Color Hex Logo

#da2ebe Color Hex

#DA2EBE
(218,46,190)
0 Favorites   0 Comments

Color spaces of #da2ebe

RGB 21846190
HSL0.860.700.52
HSV310°79°85°
CMYK 0.000.790.13   0.15
XYZ39.184720.577150.6217
Yxy20.57710.35500.1864
Hunter Lab45.362074.8088-34.4113
CIE-Lab52.483576.9436-36.8621

#da2ebe color RGB value is (218,46,190).

#da2ebe hex color red value is 218, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da2ebe hue: 0.86 , saturation: 0.70 and the lightness value of da2ebe is 0.52.

The process color (four color CMYK) of #da2ebe color hex is 0.00, 0.79, 0.13, 0.15. Web safe color of #da2ebe is #cc33cc. Color #da2ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101110 10111110
Octal 332 56 276
Decimal 218 46 190
Hex DA 2E BE

RGB Percentages of Color #da2ebe

%48.02
%10.13
%41.85

CMYK Percentages of Color #da2ebe

%0
%79
%13
%15

Triadic Colors of #da2ebe

#da2ebe #beda2e #2ebeda

Analogous Colors of #da2ebe

#da2ebe #da2e68 #a02eda

Monochromatic Colors of #da2ebe

#da2ebe

Complementary Color

#da2ebe #2eda4a

#da2ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2ebe Color CSS Codes

.mybgcolor {background-color:#da2ebe; } 
.myforecolor {color:#da2ebe; }
.mybordercolor {border:3px solid #da2ebe; }

#da2ebe Text Font Color

<p style="color:#da2ebe">Text here</p>

This sample text font color is #da2ebe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#da2ebe Background Color

<div style="background-color:#da2ebe">
Div content here</div>

This div background color is #da2ebe


#da2ebe Border Color

<div style="border:3px solid #da2ebe">
Div here</div>

This div border color is #da2ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,46,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da2ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da2ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #da2ebe;
  box-shadow:         1px 1px 3px 2px #da2ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,46,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da2ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #da2ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #da2ebe;
  box-shadow:         1px 1px 3px 2px #da2ebe;">
Div content here</div>

This div box has shadow with color #da2ebe


Comments

No comments written yet.

Please login to write comment.