Color Hex Logo

#d0115c Color Hex

#D0115C
(208,17,92)
0 Favorites   0 Comments

Color spaces of #d0115c

RGB 2081792
HSL0.930.850.44
HSV336°92°82°
CMYK 0.000.920.56   0.18
XYZ28.144614.583511.4567
Yxy14.58350.51940.2691
Hunter Lab38.188364.72398.9445
CIE-Lab45.058470.081710.8532

#d0115c color RGB value is (208,17,92).

#d0115c hex color red value is 208, green value is 17 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #d0115c hue: 0.93 , saturation: 0.85 and the lightness value of d0115c is 0.44.

The process color (four color CMYK) of #d0115c color hex is 0.00, 0.92, 0.56, 0.18. Web safe color of #d0115c is #cc0066. Color #d0115c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010001 01011100
Octal 320 21 134
Decimal 208 17 92
Hex D0 11 5C

RGB Percentages of Color #d0115c

%65.62
%5.36
%29.02

CMYK Percentages of Color #d0115c

%0
%92
%56
%18

Triadic Colors of #d0115c

#d0115c #5cd011 #115cd0

Analogous Colors of #d0115c

#d0115c #d02611 #d011bc

Monochromatic Colors of #d0115c

#d0115c

Complementary Color

#d0115c #11d085

#d0115c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0115c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0115c Color CSS Codes

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

#d0115c Text Font Color

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

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


#d0115c Background Color

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

This div background color is #d0115c


#d0115c Border Color

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

This div border color is #d0115c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0115c


Comments

No comments written yet.

Please login to write comment.