Color Hex Logo

#da4ebb Color Hex

#DA4EBB
(218,78,187)
0 Favorites   0 Comments

Color spaces of #da4ebb

RGB 21878187
HSL0.870.650.58
HSV313°64°85°
CMYK 0.000.640.14   0.15
XYZ40.607523.942149.4947
Yxy23.94210.35610.2099
Hunter Lab48.930762.5083-25.7220
CIE-Lab56.029866.1086-29.5894

#da4ebb color RGB value is (218,78,187).

#da4ebb hex color red value is 218, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #da4ebb hue: 0.87 , saturation: 0.65 and the lightness value of da4ebb is 0.58.

The process color (four color CMYK) of #da4ebb color hex is 0.00, 0.64, 0.14, 0.15. Web safe color of #da4ebb is #cc66cc. Color #da4ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001110 10111011
Octal 332 116 273
Decimal 218 78 187
Hex DA 4E BB

RGB Percentages of Color #da4ebb

%45.13
%16.15
%38.72

CMYK Percentages of Color #da4ebb

%0
%64
%14
%15

Triadic Colors of #da4ebb

#da4ebb #bbda4e #4ebbda

Analogous Colors of #da4ebb

#da4ebb #da4e75 #b34eda

Monochromatic Colors of #da4ebb

#da4ebb

Complementary Color

#da4ebb #4eda6d

#da4ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4ebb Color CSS Codes

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

#da4ebb Text Font Color

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

This sample text font color is #da4ebb
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.


#da4ebb Background Color

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

This div background color is #da4ebb


#da4ebb Border Color

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

This div border color is #da4ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4ebb


Comments

No comments written yet.

Please login to write comment.