Color Hex Logo

#c91cca Color Hex

#C91CCA
(201,28,202)
0 Favorites   0 Comments

Color spaces of #c91cca

RGB 20128202
HSL0.830.760.45
HSV300°86°79°
CMYK 0.000.860.00   0.21
XYZ35.163317.512357.4040
Yxy17.51230.31940.1591
Hunter Lab41.847776.7544-52.0368
CIE-Lab48.899279.2011-49.6736

#c91cca color RGB value is (201,28,202).

#c91cca hex color red value is 201, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c91cca hue: 0.83 , saturation: 0.76 and the lightness value of c91cca is 0.45.

The process color (four color CMYK) of #c91cca color hex is 0.00, 0.86, 0.00, 0.21. Web safe color of #c91cca is #cc33cc. Color #c91cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011100 11001010
Octal 311 34 312
Decimal 201 28 202
Hex C9 1C CA

RGB Percentages of Color #c91cca

%46.64
%6.50
%46.87

CMYK Percentages of Color #c91cca

%0
%86
%0
%21

Triadic Colors of #c91cca

#c91cca #cac91c #1ccac9

Analogous Colors of #c91cca

#c91cca #ca1c74 #721cca

Monochromatic Colors of #c91cca

#c91cca

Complementary Color

#c91cca #1dca1c

#c91cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91cca Color CSS Codes

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

#c91cca Text Font Color

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

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


#c91cca Background Color

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

This div background color is #c91cca


#c91cca Border Color

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

This div border color is #c91cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91cca


Comments

No comments written yet.

Please login to write comment.