Color Hex Logo

#d8205a Color Hex

#D8205A
(216,32,90)
0 Favorites   0 Comments

Color spaces of #d8205a

RGB 2163290
HSL0.950.740.49
HSV341°85°85°
CMYK 0.000.850.58   0.15
XYZ30.680916.370111.2155
Yxy16.37010.52660.2810
Hunter Lab40.460064.552011.8868
CIE-Lab47.456469.470015.6550

#d8205a color RGB value is (216,32,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100000 01011010
Octal 330 40 132
Decimal 216 32 90
Hex D8 20 5A

RGB Percentages of Color #d8205a

%63.91
%9.47
%26.63

CMYK Percentages of Color #d8205a

%0
%85
%58
%15

Triadic Colors of #d8205a

#d8205a #5ad820 #205ad8

Analogous Colors of #d8205a

#d8205a #d84220 #d820b6

Monochromatic Colors of #d8205a

#d8205a

Complementary Color

#d8205a #20d89e

#d8205a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8205a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8205a Color CSS Codes

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

#d8205a Text Font Color

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

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


#d8205a Background Color

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

This div background color is #d8205a


#d8205a Border Color

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

This div border color is #d8205a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8205a


Comments

No comments written yet.

Please login to write comment.