Color Hex Logo

#c92eae Color Hex

#C92EAE
(201,46,174)
0 Favorites   0 Comments

Color spaces of #c92eae

RGB 20146174
HSL0.860.630.48
HSV310°77°79°
CMYK 0.000.770.13   0.21
XYZ32.704417.427541.6845
Yxy17.42750.35620.1898
Hunter Lab41.746366.7826-29.9799
CIE-Lab48.794271.0837-33.5086

#c92eae color RGB value is (201,46,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101110 10101110
Octal 311 56 256
Decimal 201 46 174
Hex C9 2E AE

RGB Percentages of Color #c92eae

%47.74
%10.93
%41.33

CMYK Percentages of Color #c92eae

%0
%77
%13
%21

Triadic Colors of #c92eae

#c92eae #aec92e #2eaec9

Analogous Colors of #c92eae

#c92eae #c92e60 #972ec9

Monochromatic Colors of #c92eae

#c92eae

Complementary Color

#c92eae #2ec949

#c92eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92eae Color CSS Codes

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

#c92eae Text Font Color

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

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


#c92eae Background Color

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

This div background color is #c92eae


#c92eae Border Color

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

This div border color is #c92eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92eae


Comments

No comments written yet.

Please login to write comment.