Color Hex Logo

#c04ac3 Color Hex

#C04AC3
(192,74,195)
0 Favorites   0 Comments

Color spaces of #c04ac3

RGB 19274195
HSL0.830.500.53
HSV299°62°76°
CMYK 0.020.620.00   0.24
XYZ34.037320.044253.7047
Yxy20.04420.31580.1860
Hunter Lab44.770757.3572-39.7817
CIE-Lab51.887162.4488-40.9739

#c04ac3 color RGB value is (192,74,195).

#c04ac3 hex color red value is 192, green value is 74 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c04ac3 hue: 0.83 , saturation: 0.50 and the lightness value of c04ac3 is 0.53.

The process color (four color CMYK) of #c04ac3 color hex is 0.02, 0.62, 0.00, 0.24. Web safe color of #c04ac3 is #cc33cc. Color #c04ac3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 11000011
Octal 300 112 303
Decimal 192 74 195
Hex C0 4A C3

RGB Percentages of Color #c04ac3

%41.65
%16.05
%42.30

CMYK Percentages of Color #c04ac3

%2
%62
%0
%24

Triadic Colors of #c04ac3

#c04ac3 #c3c04a #4ac3c0

Analogous Colors of #c04ac3

#c04ac3 #c34a8a #844ac3

Monochromatic Colors of #c04ac3

#c04ac3

Complementary Color

#c04ac3 #4dc34a

#c04ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04ac3 Color CSS Codes

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

#c04ac3 Text Font Color

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

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


#c04ac3 Background Color

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

This div background color is #c04ac3


#c04ac3 Border Color

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

This div border color is #c04ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04ac3


Comments

No comments written yet.

Please login to write comment.