Color Hex Logo

#d00187 Color Hex

#D00187
(208,1,135)
0 Favorites   0 Comments

Color spaces of #d00187

RGB 2081135
HSL0.890.990.41
HSV321°100°82°
CMYK 0.001.000.35   0.18
XYZ30.396515.180924.2498
Yxy15.18090.43530.2174
Hunter Lab38.962771.0710-9.6274
CIE-Lab45.881075.1973-14.5394

#d00187 color RGB value is (208,1,135).

#d00187 hex color red value is 208, green value is 1 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d00187 hue: 0.89 , saturation: 0.99 and the lightness value of d00187 is 0.41.

The process color (four color CMYK) of #d00187 color hex is 0.00, 1.00, 0.35, 0.18. Web safe color of #d00187 is #cc0099. Color #d00187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000001 10000111
Octal 320 1 207
Decimal 208 1 135
Hex D0 1 87

RGB Percentages of Color #d00187

%60.47
%0.29
%39.24

CMYK Percentages of Color #d00187

%0
%100
%35
%18

Triadic Colors of #d00187

#d00187 #87d001 #0187d0

Analogous Colors of #d00187

#d00187 #d0011f #b201d0

Monochromatic Colors of #d00187

#d00187

Complementary Color

#d00187 #01d04a

#d00187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00187 Color CSS Codes

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

#d00187 Text Font Color

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

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


#d00187 Background Color

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

This div background color is #d00187


#d00187 Border Color

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

This div border color is #d00187


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,1,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00187


Comments

No comments written yet.

Please login to write comment.