Color Hex Logo

#d206a5 Color Hex

#D206A5
(210,6,165)
0 Favorites   0 Comments

Color spaces of #d206a5

RGB 2106165
HSL0.870.940.42
HSV313°97°82°
CMYK 0.000.970.21   0.18
XYZ33.435016.548537.0293
Yxy16.54850.38430.1902
Hunter Lab40.679875.5204-25.4935
CIE-Lab47.686078.4503-29.7985

#d206a5 color RGB value is (210,6,165).

#d206a5 hex color red value is 210, green value is 6 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #d206a5 hue: 0.87 , saturation: 0.94 and the lightness value of d206a5 is 0.42.

The process color (four color CMYK) of #d206a5 color hex is 0.00, 0.97, 0.21, 0.18. Web safe color of #d206a5 is #cc0099. Color #d206a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00000110 10100101
Octal 322 6 245
Decimal 210 6 165
Hex D2 6 A5

RGB Percentages of Color #d206a5

%55.12
%1.57
%43.31

CMYK Percentages of Color #d206a5

%0
%97
%21
%18

Triadic Colors of #d206a5

#d206a5 #a5d206 #06a5d2

Analogous Colors of #d206a5

#d206a5 #d2063f #9906d2

Monochromatic Colors of #d206a5

#d206a5

Complementary Color

#d206a5 #06d233

#d206a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d206a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d206a5 Color CSS Codes

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

#d206a5 Text Font Color

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

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


#d206a5 Background Color

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

This div background color is #d206a5


#d206a5 Border Color

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

This div border color is #d206a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,6,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d206a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d206a5;
  -webkit-box-shadow: 1px 1px 3px 2px #d206a5;
  box-shadow:         1px 1px 3px 2px #d206a5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,6,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d206a5


Comments

No comments written yet.

Please login to write comment.