Color Hex Logo

#da04bb Color Hex

#DA04BB
(218,4,187)
0 Favorites   0 Comments

Color spaces of #da04bb

RGB 2184187
HSL0.860.960.44
HSV309°98°85°
CMYK 0.000.980.14   0.15
XYZ37.926518.580148.6011
Yxy18.58010.36080.1768
Hunter Lab43.104681.6238-36.6771
CIE-Lab50.192382.7932-38.7230

#da04bb color RGB value is (218,4,187).

#da04bb hex color red value is 218, green value is 4 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #da04bb hue: 0.86 , saturation: 0.96 and the lightness value of da04bb is 0.44.

The process color (four color CMYK) of #da04bb color hex is 0.00, 0.98, 0.14, 0.15. Web safe color of #da04bb is #cc00cc. Color #da04bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000100 10111011
Octal 332 4 273
Decimal 218 4 187
Hex DA 4 BB

RGB Percentages of Color #da04bb

%53.30
%0.98
%45.72

CMYK Percentages of Color #da04bb

%0
%98
%14
%15

Triadic Colors of #da04bb

#da04bb #bbda04 #04bbda

Analogous Colors of #da04bb

#da04bb #da0450 #8e04da

Monochromatic Colors of #da04bb

#da04bb

Complementary Color

#da04bb #04da23

#da04bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da04bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da04bb Color CSS Codes

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

#da04bb Text Font Color

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

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


#da04bb Background Color

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

This div background color is #da04bb


#da04bb Border Color

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

This div border color is #da04bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,4,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 #da04bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da04bb


Comments

No comments written yet.

Please login to write comment.