Color Hex Logo

#d9207e Color Hex

#D9207E
(217,32,126)
0 Favorites   0 Comments

Color spaces of #d9207e

RGB 21732126
HSL0.920.740.49
HSV330°85°85°
CMYK 0.000.850.42   0.15
XYZ32.897717.291121.3423
Yxy17.29110.45990.2417
Hunter Lab41.582668.4493-1.3229
CIE-Lab48.624772.5032-4.7560

#d9207e color RGB value is (217,32,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100000 01111110
Octal 331 40 176
Decimal 217 32 126
Hex D9 20 7E

RGB Percentages of Color #d9207e

%57.87
%8.53
%33.60

CMYK Percentages of Color #d9207e

%0
%85
%42
%15

Triadic Colors of #d9207e

#d9207e #7ed920 #207ed9

Analogous Colors of #d9207e

#d9207e #d92022 #d820d9

Monochromatic Colors of #d9207e

#d9207e

Complementary Color

#d9207e #20d97b

#d9207e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9207e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9207e Color CSS Codes

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

#d9207e Text Font Color

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

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


#d9207e Background Color

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

This div background color is #d9207e


#d9207e Border Color

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

This div border color is #d9207e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9207e


Comments

No comments written yet.

Please login to write comment.