Color Hex Logo

#c92daa Color Hex

#C92DAA
(201,45,170)
0 Favorites   0 Comments

Color spaces of #c92daa

RGB 20145170
HSL0.870.630.48
HSV312°78°79°
CMYK 0.000.780.15   0.21
XYZ32.281517.196639.6481
Yxy17.19660.36220.1929
Hunter Lab41.468866.3835-27.6587
CIE-Lab48.506870.8059-31.5998

#c92daa color RGB value is (201,45,170).

#c92daa hex color red value is 201, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c92daa hue: 0.87 , saturation: 0.63 and the lightness value of c92daa is 0.48.

The process color (four color CMYK) of #c92daa color hex is 0.00, 0.78, 0.15, 0.21. Web safe color of #c92daa is #cc3399. Color #c92daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101101 10101010
Octal 311 55 252
Decimal 201 45 170
Hex C9 2D AA

RGB Percentages of Color #c92daa

%48.32
%10.82
%40.87

CMYK Percentages of Color #c92daa

%0
%78
%15
%21

Triadic Colors of #c92daa

#c92daa #aac92d #2daac9

Analogous Colors of #c92daa

#c92daa #c92d5c #9a2dc9

Monochromatic Colors of #c92daa

#c92daa

Complementary Color

#c92daa #2dc94c

#c92daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92daa Color CSS Codes

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

#c92daa Text Font Color

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

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


#c92daa Background Color

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

This div background color is #c92daa


#c92daa Border Color

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

This div border color is #c92daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,45,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 #c92daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92daa


Comments

No comments written yet.

Please login to write comment.