Color Hex Logo

#d8208e Color Hex

#D8208E
(216,32,142)
0 Favorites   0 Comments

Color spaces of #d8208e

RGB 21632142
HSL0.900.740.49
HSV324°85°85°
CMYK 0.000.850.34   0.15
XYZ33.717917.584927.2083
Yxy17.58490.42950.2240
Hunter Lab41.934470.1403-9.1151
CIE-Lab48.988773.8280-13.9234

#d8208e color RGB value is (216,32,142).

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

The process color (four color CMYK) of #d8208e color hex is 0.00, 0.85, 0.34, 0.15. Web safe color of #d8208e is #cc3399. Color #d8208e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100000 10001110
Octal 330 40 216
Decimal 216 32 142
Hex D8 20 8E

RGB Percentages of Color #d8208e

%55.38
%8.21
%36.41

CMYK Percentages of Color #d8208e

%0
%85
%34
%15

Triadic Colors of #d8208e

#d8208e #8ed820 #208ed8

Analogous Colors of #d8208e

#d8208e #d82032 #c620d8

Monochromatic Colors of #d8208e

#d8208e

Complementary Color

#d8208e #20d86a

#d8208e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8208e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8208e Color CSS Codes

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

#d8208e Text Font Color

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

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


#d8208e Background Color

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

This div background color is #d8208e


#d8208e Border Color

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

This div border color is #d8208e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8208e


Comments

No comments written yet.

Please login to write comment.