Color Hex Logo

#d0217e Color Hex

#D0217E
(208,33,126)
0 Favorites   0 Comments

Color spaces of #d0217e

RGB 20833126
HSL0.910.730.47
HSV328°84°82°
CMYK 0.000.840.39   0.18
XYZ30.322216.004021.2296
Yxy16.00400.44880.2369
Hunter Lab40.005065.2872-3.4601
CIE-Lab46.979770.1825-7.3873

#d0217e color RGB value is (208,33,126).

#d0217e hex color red value is 208, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d0217e hue: 0.91 , saturation: 0.73 and the lightness value of d0217e is 0.47.

The process color (four color CMYK) of #d0217e color hex is 0.00, 0.84, 0.39, 0.18. Web safe color of #d0217e is #cc3366. Color #d0217e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100001 01111110
Octal 320 41 176
Decimal 208 33 126
Hex D0 21 7E

RGB Percentages of Color #d0217e

%56.68
%8.99
%34.33

CMYK Percentages of Color #d0217e

%0
%84
%39
%18

Triadic Colors of #d0217e

#d0217e #7ed021 #217ed0

Analogous Colors of #d0217e

#d0217e #d02126 #cb21d0

Monochromatic Colors of #d0217e

#d0217e

Complementary Color

#d0217e #21d073

#d0217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0217e Color CSS Codes

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

#d0217e Text Font Color

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

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


#d0217e Background Color

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

This div background color is #d0217e


#d0217e Border Color

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

This div border color is #d0217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0217e


Comments

No comments written yet.

Please login to write comment.