Color Hex Logo

#d0015f Color Hex

#D0015F
(208,1,95)
0 Favorites   0 Comments

Color spaces of #d0015f

RGB 208195
HSL0.920.990.41
HSV333°100°82°
CMYK 0.001.000.54   0.18
XYZ28.088814.257812.0981
Yxy14.25780.51590.2619
Hunter Lab37.759566.70477.4352
CIE-Lab44.600471.83548.3335

#d0015f color RGB value is (208,1,95).

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

The process color (four color CMYK) of #d0015f color hex is 0.00, 1.00, 0.54, 0.18. Web safe color of #d0015f is #cc0066. Color #d0015f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000001 01011111
Octal 320 1 137
Decimal 208 1 95
Hex D0 1 5F

RGB Percentages of Color #d0015f

%68.42
%0.33
%31.25

CMYK Percentages of Color #d0015f

%0
%100
%54
%18

Triadic Colors of #d0015f

#d0015f #5fd001 #015fd0

Analogous Colors of #d0015f

#d0015f #d00b01 #d001c7

Monochromatic Colors of #d0015f

#d0015f

Complementary Color

#d0015f #01d072

#d0015f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0015f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0015f Color CSS Codes

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

#d0015f Text Font Color

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

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


#d0015f Background Color

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

This div background color is #d0015f


#d0015f Border Color

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

This div border color is #d0015f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0015f


Comments

No comments written yet.

Please login to write comment.