Color Hex Logo

#c04aca Color Hex

#C04ACA
(192,74,202)
0 Favorites   0 Comments

Color spaces of #c04aca

RGB 19274202
HSL0.820.550.54
HSV295°63°79°
CMYK 0.050.630.00   0.21
XYZ34.847720.368357.9719
Yxy20.36830.30790.1800
Hunter Lab45.131358.8475-44.5672
CIE-Lab52.251163.6760-44.4255

#c04aca color RGB value is (192,74,202).

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

The process color (four color CMYK) of #c04aca color hex is 0.05, 0.63, 0.00, 0.21. Web safe color of #c04aca is #cc33cc. Color #c04aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 11001010
Octal 300 112 312
Decimal 192 74 202
Hex C0 4A CA

RGB Percentages of Color #c04aca

%41.03
%15.81
%43.16

CMYK Percentages of Color #c04aca

%5
%63
%0
%21

Triadic Colors of #c04aca

#c04aca #cac04a #4acac0

Analogous Colors of #c04aca

#c04aca #ca4a94 #804aca

Monochromatic Colors of #c04aca

#c04aca

Complementary Color

#c04aca #54ca4a

#c04aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04aca Color CSS Codes

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

#c04aca Text Font Color

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

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


#c04aca Background Color

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

This div background color is #c04aca


#c04aca Border Color

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

This div border color is #c04aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,74,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04aca


Comments

No comments written yet.

Please login to write comment.