Color Hex Logo

#d6205e Color Hex

#D6205E
(214,32,94)
0 Favorites   0 Comments

Color spaces of #d6205e

RGB 2143294
HSL0.940.740.48
HSV340°85°84°
CMYK 0.000.850.56   0.16
XYZ30.268416.137312.1092
Yxy16.13730.51730.2758
Hunter Lab40.171364.197210.2475
CIE-Lab47.154169.228712.7071

#d6205e color RGB value is (214,32,94).

#d6205e hex color red value is 214, green value is 32 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d6205e hue: 0.94 , saturation: 0.74 and the lightness value of d6205e is 0.48.

The process color (four color CMYK) of #d6205e color hex is 0.00, 0.85, 0.56, 0.16. Web safe color of #d6205e is #cc3366. Color #d6205e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100000 01011110
Octal 326 40 136
Decimal 214 32 94
Hex D6 20 5E

RGB Percentages of Color #d6205e

%62.94
%9.41
%27.65

CMYK Percentages of Color #d6205e

%0
%85
%56
%16

Triadic Colors of #d6205e

#d6205e #5ed620 #205ed6

Analogous Colors of #d6205e

#d6205e #d63d20 #d620b9

Monochromatic Colors of #d6205e

#d6205e

Complementary Color

#d6205e #20d698

#d6205e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6205e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6205e Color CSS Codes

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

#d6205e Text Font Color

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

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


#d6205e Background Color

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

This div background color is #d6205e


#d6205e Border Color

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

This div border color is #d6205e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6205e


Comments

No comments written yet.

Please login to write comment.