Color Hex Logo

#d1208c Color Hex

#D1208C
(209,32,140)
0 Favorites   0 Comments

Color spaces of #d1208c

RGB 20932140
HSL0.900.730.47
HSV323°85°82°
CMYK 0.000.850.33   0.18
XYZ31.544616.481826.3297
Yxy16.48180.42420.2217
Hunter Lab40.597867.6489-10.0341
CIE-Lab47.600472.0381-14.9463

#d1208c color RGB value is (209,32,140).

#d1208c hex color red value is 209, green value is 32 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #d1208c hue: 0.90 , saturation: 0.73 and the lightness value of d1208c is 0.47.

The process color (four color CMYK) of #d1208c color hex is 0.00, 0.85, 0.33, 0.18. Web safe color of #d1208c is #cc3399. Color #d1208c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 10001100
Octal 321 40 214
Decimal 209 32 140
Hex D1 20 8C

RGB Percentages of Color #d1208c

%54.86
%8.40
%36.75

CMYK Percentages of Color #d1208c

%0
%85
%33
%18

Triadic Colors of #d1208c

#d1208c #8cd120 #208cd1

Analogous Colors of #d1208c

#d1208c #d12033 #be20d1

Monochromatic Colors of #d1208c

#d1208c

Complementary Color

#d1208c #20d165

#d1208c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1208c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1208c Color CSS Codes

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

#d1208c Text Font Color

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

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


#d1208c Background Color

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

This div background color is #d1208c


#d1208c Border Color

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

This div border color is #d1208c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,32,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1208c


Comments

No comments written yet.

Please login to write comment.