Color Hex Logo

#da187f Color Hex

#DA187F
(218,24,127)
0 Favorites   0 Comments

Color spaces of #da187f

RGB 21824127
HSL0.910.800.47
HSV328°89°85°
CMYK 0.000.890.42   0.15
XYZ33.070817.091021.6345
Yxy17.09100.46060.2380
Hunter Lab41.341370.4432-2.0885
CIE-Lab48.374574.1965-5.7152

#da187f color RGB value is (218,24,127).

#da187f hex color red value is 218, green value is 24 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da187f hue: 0.91 , saturation: 0.80 and the lightness value of da187f is 0.47.

The process color (four color CMYK) of #da187f color hex is 0.00, 0.89, 0.42, 0.15. Web safe color of #da187f is #cc0066. Color #da187f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 01111111
Octal 332 30 177
Decimal 218 24 127
Hex DA 18 7F

RGB Percentages of Color #da187f

%59.08
%6.50
%34.42

CMYK Percentages of Color #da187f

%0
%89
%42
%15

Triadic Colors of #da187f

#da187f #7fda18 #187fda

Analogous Colors of #da187f

#da187f #da181e #d418da

Monochromatic Colors of #da187f

#da187f

Complementary Color

#da187f #18da73

#da187f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da187f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da187f Color CSS Codes

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

#da187f Text Font Color

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

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


#da187f Background Color

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

This div background color is #da187f


#da187f Border Color

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

This div border color is #da187f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da187f


Comments

No comments written yet.

Please login to write comment.