Color Hex Logo

#c92dae Color Hex

#C92DAE
(201,45,174)
0 Favorites   0 Comments

Color spaces of #c92dae

RGB 20145174
HSL0.860.630.48
HSV310°78°79°
CMYK 0.000.780.13   0.21
XYZ32.665817.350341.6717
Yxy17.35030.35630.1892
Hunter Lab41.653767.0899-30.1580
CIE-Lab48.698471.3588-33.6589

#c92dae color RGB value is (201,45,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101101 10101110
Octal 311 55 256
Decimal 201 45 174
Hex C9 2D AE

RGB Percentages of Color #c92dae

%47.86
%10.71
%41.43

CMYK Percentages of Color #c92dae

%0
%78
%13
%21

Triadic Colors of #c92dae

#c92dae #aec92d #2daec9

Analogous Colors of #c92dae

#c92dae #c92d60 #962dc9

Monochromatic Colors of #c92dae

#c92dae

Complementary Color

#c92dae #2dc948

#c92dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92dae Color CSS Codes

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

#c92dae Text Font Color

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

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


#c92dae Background Color

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

This div background color is #c92dae


#c92dae Border Color

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

This div border color is #c92dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,45,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92dae


Comments

No comments written yet.

Please login to write comment.