Color Hex Logo

#c92ccc Color Hex

#C92CCC
(201,44,204)
0 Favorites   0 Comments

Color spaces of #c92ccc

RGB 20144204
HSL0.830.650.49
HSV299°78°80°
CMYK 0.010.780.00   0.20
XYZ35.887218.578558.8213
Yxy18.57850.31680.1640
Hunter Lab43.102873.1885-50.7396
CIE-Lab50.190476.0819-48.7663

#c92ccc color RGB value is (201,44,204).

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

The process color (four color CMYK) of #c92ccc color hex is 0.01, 0.78, 0.00, 0.20. Web safe color of #c92ccc is #cc33cc. Color #c92ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101100 11001100
Octal 311 54 314
Decimal 201 44 204
Hex C9 2C CC

RGB Percentages of Color #c92ccc

%44.77
%9.80
%45.43

CMYK Percentages of Color #c92ccc

%1
%78
%0
%20

Triadic Colors of #c92ccc

#c92ccc #ccc92c #2cccc9

Analogous Colors of #c92ccc

#c92ccc #cc2c7f #792ccc

Monochromatic Colors of #c92ccc

#c92ccc

Complementary Color

#c92ccc #2fcc2c

#c92ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92ccc Color CSS Codes

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

#c92ccc Text Font Color

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

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


#c92ccc Background Color

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

This div background color is #c92ccc


#c92ccc Border Color

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

This div border color is #c92ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92ccc


Comments

No comments written yet.

Please login to write comment.