Color Hex Logo

#d02986 Color Hex

#D02986
(208,41,134)
0 Favorites   0 Comments

Color spaces of #d02986

RGB 20841134
HSL0.910.670.49
HSV327°80°82°
CMYK 0.000.800.36   0.18
XYZ31.108416.717024.1414
Yxy16.71700.43230.2323
Hunter Lab40.886464.2603-6.3873
CIE-Lab47.901569.1371-10.8749

#d02986 color RGB value is (208,41,134).

#d02986 hex color red value is 208, green value is 41 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d02986 hue: 0.91 , saturation: 0.67 and the lightness value of d02986 is 0.49.

The process color (four color CMYK) of #d02986 color hex is 0.00, 0.80, 0.36, 0.18. Web safe color of #d02986 is #cc3399. Color #d02986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 10000110
Octal 320 51 206
Decimal 208 41 134
Hex D0 29 86

RGB Percentages of Color #d02986

%54.31
%10.70
%34.99

CMYK Percentages of Color #d02986

%0
%80
%36
%18

Triadic Colors of #d02986

#d02986 #86d029 #2986d0

Analogous Colors of #d02986

#d02986 #d02933 #c729d0

Monochromatic Colors of #d02986

#d02986

Complementary Color

#d02986 #29d073

#d02986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02986 Color CSS Codes

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

#d02986 Text Font Color

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

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


#d02986 Background Color

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

This div background color is #d02986


#d02986 Border Color

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

This div border color is #d02986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02986


Comments

No comments written yet.

Please login to write comment.