Color Hex Logo

#c04acc Color Hex

#C04ACC
(192,74,204)
0 Favorites   0 Comments

Color spaces of #c04acc

RGB 19274204
HSL0.820.560.55
HSV294°64°80°
CMYK 0.060.640.00   0.20
XYZ35.086120.463759.2274
Yxy20.46370.30570.1783
Hunter Lab45.236859.2818-45.9611
CIE-Lab52.357564.0316-45.4039

#c04acc color RGB value is (192,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 11001100
Octal 300 112 314
Decimal 192 74 204
Hex C0 4A CC

RGB Percentages of Color #c04acc

%40.85
%15.74
%43.40

CMYK Percentages of Color #c04acc

%6
%64
%0
%20

Triadic Colors of #c04acc

#c04acc #ccc04a #4accc0

Analogous Colors of #c04acc

#c04acc #cc4a97 #7f4acc

Monochromatic Colors of #c04acc

#c04acc

Complementary Color

#c04acc #56cc4a

#c04acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04acc Color CSS Codes

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

#c04acc Text Font Color

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

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


#c04acc Background Color

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

This div background color is #c04acc


#c04acc Border Color

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

This div border color is #c04acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04acc


Comments

No comments written yet.

Please login to write comment.