Color Hex Logo

#d02985 Color Hex

#D02985
(208,41,133)
0 Favorites   0 Comments

Color spaces of #d02985

RGB 20841133
HSL0.910.670.49
HSV327°80°82°
CMYK 0.000.800.36   0.18
XYZ31.039016.689223.7757
Yxy16.68920.43410.2334
Hunter Lab40.852464.1297-5.9095
CIE-Lab47.866069.0335-10.3216

#d02985 color RGB value is (208,41,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 10000101
Octal 320 51 205
Decimal 208 41 133
Hex D0 29 85

RGB Percentages of Color #d02985

%54.45
%10.73
%34.82

CMYK Percentages of Color #d02985

%0
%80
%36
%18

Triadic Colors of #d02985

#d02985 #85d029 #2985d0

Analogous Colors of #d02985

#d02985 #d02932 #c829d0

Monochromatic Colors of #d02985

#d02985

Complementary Color

#d02985 #29d074

#d02985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02985 Color CSS Codes

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

#d02985 Text Font Color

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

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


#d02985 Background Color

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

This div background color is #d02985


#d02985 Border Color

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

This div border color is #d02985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02985


Comments

No comments written yet.

Please login to write comment.