Color Hex Logo

#d1085e Color Hex

#D1085E
(209,8,94)
0 Favorites   0 Comments

Color spaces of #d1085e

RGB 209894
HSL0.930.930.43
HSV334°96°82°
CMYK 0.000.960.55   0.18
XYZ28.401714.537111.8987
Yxy14.53710.51790.2651
Hunter Lab38.127566.24378.1863
CIE-Lab44.993671.37299.5425

#d1085e color RGB value is (209,8,94).

#d1085e hex color red value is 209, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d1085e hue: 0.93 , saturation: 0.93 and the lightness value of d1085e is 0.43.

The process color (four color CMYK) of #d1085e color hex is 0.00, 0.96, 0.55, 0.18. Web safe color of #d1085e is #cc0066. Color #d1085e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001000 01011110
Octal 321 10 136
Decimal 209 8 94
Hex D1 8 5E

RGB Percentages of Color #d1085e

%67.20
%2.57
%30.23

CMYK Percentages of Color #d1085e

%0
%96
%55
%18

Triadic Colors of #d1085e

#d1085e #5ed108 #085ed1

Analogous Colors of #d1085e

#d1085e #d11608 #d108c3

Monochromatic Colors of #d1085e

#d1085e

Complementary Color

#d1085e #08d17b

#d1085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1085e Color CSS Codes

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

#d1085e Text Font Color

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

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


#d1085e Background Color

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

This div background color is #d1085e


#d1085e Border Color

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

This div border color is #d1085e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,8,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1085e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1085e;
  -webkit-box-shadow: 1px 1px 3px 2px #d1085e;
  box-shadow:         1px 1px 3px 2px #d1085e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,8,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1085e


Comments

No comments written yet.

Please login to write comment.