Color Hex Logo

#c00acc Color Hex

#C00ACC
(192,10,204)
0 Favorites   0 Comments

Color spaces of #c00acc

RGB 19210204
HSL0.820.910.42
HSV296°95°80°
CMYK 0.060.950.00   0.20
XYZ32.745915.783258.4473
Yxy15.78320.30610.1475
Hunter Lab39.728177.6046-59.4168
CIE-Lab46.688880.3072-54.4576

#c00acc color RGB value is (192,10,204).

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

The process color (four color CMYK) of #c00acc color hex is 0.06, 0.95, 0.00, 0.20. Web safe color of #c00acc is #cc00cc. Color #c00acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001010 11001100
Octal 300 12 314
Decimal 192 10 204
Hex C0 A CC

RGB Percentages of Color #c00acc

%47.29
%2.46
%50.25

CMYK Percentages of Color #c00acc

%6
%95
%0
%20

Triadic Colors of #c00acc

#c00acc #ccc00a #0accc0

Analogous Colors of #c00acc

#c00acc #cc0a77 #5f0acc

Monochromatic Colors of #c00acc

#c00acc

Complementary Color

#c00acc #16cc0a

#c00acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00acc Color CSS Codes

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

#c00acc Text Font Color

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

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


#c00acc Background Color

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

This div background color is #c00acc


#c00acc Border Color

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

This div border color is #c00acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00acc


Comments

No comments written yet.

Please login to write comment.