Color Hex Logo

#c81daa Color Hex

#C81DAA
(200,29,170)
0 Favorites   0 Comments

Color spaces of #c81daa

RGB 20029170
HSL0.860.750.45
HSV311°86°78°
CMYK 0.000.860.15   0.22
XYZ31.514516.060439.4692
Yxy16.06040.36210.1845
Hunter Lab40.075470.2368-30.3403
CIE-Lab47.053674.2845-33.8901

#c81daa color RGB value is (200,29,170).

#c81daa hex color red value is 200, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c81daa hue: 0.86 , saturation: 0.75 and the lightness value of c81daa is 0.45.

The process color (four color CMYK) of #c81daa color hex is 0.00, 0.86, 0.15, 0.22. Web safe color of #c81daa is #cc3399. Color #c81daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011101 10101010
Octal 310 35 252
Decimal 200 29 170
Hex C8 1D AA

RGB Percentages of Color #c81daa

%50.13
%7.27
%42.61

CMYK Percentages of Color #c81daa

%0
%86
%15
%22

Triadic Colors of #c81daa

#c81daa #aac81d #1daac8

Analogous Colors of #c81daa

#c81daa #c81d54 #911dc8

Monochromatic Colors of #c81daa

#c81daa

Complementary Color

#c81daa #1dc83b

#c81daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81daa Color CSS Codes

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

#c81daa Text Font Color

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

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


#c81daa Background Color

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

This div background color is #c81daa


#c81daa Border Color

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

This div border color is #c81daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,29,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c81daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c81daa;
  -webkit-box-shadow: 1px 1px 3px 2px #c81daa;
  box-shadow:         1px 1px 3px 2px #c81daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,29,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81daa


Comments

No comments written yet.

Please login to write comment.