Color Hex Logo

#c91caa Color Hex

#C91CAA
(201,28,170)
0 Favorites   0 Comments

Color spaces of #c91caa

RGB 20128170
HSL0.860.760.45
HSV311°86°79°
CMYK 0.000.860.15   0.21
XYZ31.758316.150339.4737
Yxy16.15030.36340.1848
Hunter Lab40.187470.7324-30.1058
CIE-Lab47.171174.6684-33.6930

#c91caa color RGB value is (201,28,170).

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

The process color (four color CMYK) of #c91caa color hex is 0.00, 0.86, 0.15, 0.21. Web safe color of #c91caa is #cc3399. Color #c91caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011100 10101010
Octal 311 34 252
Decimal 201 28 170
Hex C9 1C AA

RGB Percentages of Color #c91caa

%50.38
%7.02
%42.61

CMYK Percentages of Color #c91caa

%0
%86
%15
%21

Triadic Colors of #c91caa

#c91caa #aac91c #1caac9

Analogous Colors of #c91caa

#c91caa #c91c53 #921cc9

Monochromatic Colors of #c91caa

#c91caa

Complementary Color

#c91caa #1cc93b

#c91caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91caa Color CSS Codes

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

#c91caa Text Font Color

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

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


#c91caa Background Color

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

This div background color is #c91caa


#c91caa Border Color

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

This div border color is #c91caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91caa


Comments

No comments written yet.

Please login to write comment.