color codes Logo

#c94caa color codes

#C94CAA
(201,76,170)
0 Favorites   0 Comments

Color spaces of #c94caa

RGB 20176170
HSL0.870.540.54
HSV315°62°79°
CMYK 0.000.620.15   0.21
XYZ33.927520.488740.1967
Yxy20.48870.35860.2166
Hunter Lab45.264454.5801-20.9669
CIE-Lab52.385359.9194-25.5684

#c94caa color RGB value is (201,76,170).

#c94caa hex color red value is 201, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c94caa hue: 0.87 , saturation: 0.54 and the lightness value of c94caa is 0.54.

The process color (four color CMYK) of #c94caa color code is 0.00, 0.62, 0.15, 0.21. Web safe color of #c94caa is #cc3399. Color #c94caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001100 10101010
Octal 311 114 252
Decimal 201 76 170
Hex C9 4C AA

RGB Percentages of Color #c94caa

%44.97
%17.00
%38.03

CMYK Percentages of Color #c94caa

%0
%62
%15
%21

Triadic Colors of #c94caa

#c94caa #aac94c #4caac9

Analogous Colors of #c94caa

#c94caa #c94c6c #aa4cc9

Monochromatic Colors of #c94caa

#c94caa

Complementary Color

#c94caa #4cc96b

#c94caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94caa Color CSS Codes

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

#c94caa Text Font Color

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

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


#c94caa Background Color

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

This div background color is #c94caa


#c94caa Border Color

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

This div border color is #c94caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94caa


Comments

No comments written yet.

Please login to write comment.