Color Hex Logo

#c92cce Color Hex

#C92CCE
(201,44,206)
0 Favorites   0 Comments

Color spaces of #c92cce

RGB 20144206
HSL0.830.650.49
HSV298°79°81°
CMYK 0.020.790.00   0.19
XYZ36.128718.675160.0930
Yxy18.67510.31440.1625
Hunter Lab43.214773.6053-52.1965
CIE-Lab50.304976.3971-49.7344

#c92cce color RGB value is (201,44,206).

#c92cce hex color red value is 201, green value is 44 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c92cce hue: 0.83 , saturation: 0.65 and the lightness value of c92cce is 0.49.

The process color (four color CMYK) of #c92cce color hex is 0.02, 0.79, 0.00, 0.19. Web safe color of #c92cce is #cc33cc. Color #c92cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101100 11001110
Octal 311 54 316
Decimal 201 44 206
Hex C9 2C CE

RGB Percentages of Color #c92cce

%44.57
%9.76
%45.68

CMYK Percentages of Color #c92cce

%2
%79
%0
%19

Triadic Colors of #c92cce

#c92cce #cec92c #2ccec9

Analogous Colors of #c92cce

#c92cce #ce2c82 #782cce

Monochromatic Colors of #c92cce

#c92cce

Complementary Color

#c92cce #31ce2c

#c92cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92cce Color CSS Codes

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

#c92cce Text Font Color

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

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


#c92cce Background Color

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

This div background color is #c92cce


#c92cce Border Color

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

This div border color is #c92cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92cce


Comments

No comments written yet.

Please login to write comment.