Color Hex Logo

#d8217e Color Hex

#D8217E
(216,33,126)
0 Favorites   0 Comments

Color spaces of #d8217e

RGB 21633126
HSL0.920.730.49
HSV330°85°85°
CMYK 0.000.850.42   0.15
XYZ32.628717.193021.3375
Yxy17.19300.45850.2416
Hunter Lab41.464467.9003-1.4854
CIE-Lab48.502372.0715-4.9584

#d8217e color RGB value is (216,33,126).

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

The process color (four color CMYK) of #d8217e color hex is 0.00, 0.85, 0.42, 0.15. Web safe color of #d8217e is #cc3366. Color #d8217e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100001 01111110
Octal 330 41 176
Decimal 216 33 126
Hex D8 21 7E

RGB Percentages of Color #d8217e

%57.60
%8.80
%33.60

CMYK Percentages of Color #d8217e

%0
%85
%42
%15

Triadic Colors of #d8217e

#d8217e #7ed821 #217ed8

Analogous Colors of #d8217e

#d8217e #d82122 #d721d8

Monochromatic Colors of #d8217e

#d8217e

Complementary Color

#d8217e #21d87b

#d8217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8217e Color CSS Codes

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

#d8217e Text Font Color

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

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


#d8217e Background Color

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

This div background color is #d8217e


#d8217e Border Color

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

This div border color is #d8217e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,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 #d8217e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8217e


Comments

No comments written yet.

Please login to write comment.