Color Hex Logo

#c94acc Color Hex

#C94ACC
(201,74,204)
0 Favorites   0 Comments

Color spaces of #c94acc

RGB 20174204
HSL0.830.560.55
HSV299°64°80°
CMYK 0.010.640.00   0.20
XYZ37.435321.674759.3373
Yxy21.67470.31610.1830
Hunter Lab46.556162.0569-42.9778
CIE-Lab53.680166.1633-43.2244

#c94acc color RGB value is (201,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001010 11001100
Octal 311 112 314
Decimal 201 74 204
Hex C9 4A CC

RGB Percentages of Color #c94acc

%41.96
%15.45
%42.59

CMYK Percentages of Color #c94acc

%1
%64
%0
%20

Triadic Colors of #c94acc

#c94acc #ccc94a #4accc9

Analogous Colors of #c94acc

#c94acc #cc4a8e #884acc

Monochromatic Colors of #c94acc

#c94acc

Complementary Color

#c94acc #4dcc4a

#c94acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94acc Color CSS Codes

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

#c94acc Text Font Color

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

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


#c94acc Background Color

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

This div background color is #c94acc


#c94acc Border Color

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

This div border color is #c94acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94acc


Comments

No comments written yet.

Please login to write comment.