Color Hex Logo

#c04acd Color Hex

#C04ACD
(192,74,205)
0 Favorites   0 Comments

Color spaces of #c04acd

RGB 19274205
HSL0.820.570.55
HSV294°64°80°
CMYK 0.060.640.00   0.20
XYZ35.206520.511859.8612
Yxy20.51180.30460.1775
Hunter Lab45.290059.5009-46.6625
CIE-Lab52.411064.2108-45.8920

#c04acd color RGB value is (192,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 11001101
Octal 300 112 315
Decimal 192 74 205
Hex C0 4A CD

RGB Percentages of Color #c04acd

%40.76
%15.71
%43.52

CMYK Percentages of Color #c04acd

%6
%64
%0
%20

Triadic Colors of #c04acd

#c04acd #cdc04a #4acdc0

Analogous Colors of #c04acd

#c04acd #cd4a99 #7f4acd

Monochromatic Colors of #c04acd

#c04acd

Complementary Color

#c04acd #57cd4a

#c04acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04acd Color CSS Codes

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

#c04acd Text Font Color

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

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


#c04acd Background Color

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

This div background color is #c04acd


#c04acd Border Color

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

This div border color is #c04acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04acd


Comments

No comments written yet.

Please login to write comment.