Color Hex Logo

#c04aea Color Hex

#C04AEA
(192,74,234)
0 Favorites   0 Comments

Color spaces of #c04aea

RGB 19274234
HSL0.790.790.60
HSV284°68°92°
CMYK 0.180.680.00   0.08
XYZ39.038322.044580.0394
Yxy22.04450.27660.1562
Hunter Lab46.951666.2502-68.2069
CIE-Lab54.074269.6232-59.6827

#c04aea color RGB value is (192,74,234).

#c04aea hex color red value is 192, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c04aea hue: 0.79 , saturation: 0.79 and the lightness value of c04aea is 0.60.

The process color (four color CMYK) of #c04aea color hex is 0.18, 0.68, 0.00, 0.08. Web safe color of #c04aea is #cc33ff. Color #c04aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 11101010
Octal 300 112 352
Decimal 192 74 234
Hex C0 4A EA

RGB Percentages of Color #c04aea

%38.40
%14.80
%46.80

CMYK Percentages of Color #c04aea

%18
%68
%0
%8

Triadic Colors of #c04aea

#c04aea #eac04a #4aeac0

Analogous Colors of #c04aea

#c04aea #ea4ac4 #704aea

Monochromatic Colors of #c04aea

#c04aea

Complementary Color

#c04aea #74ea4a

#c04aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04aea Color CSS Codes

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

#c04aea Text Font Color

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

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


#c04aea Background Color

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

This div background color is #c04aea


#c04aea Border Color

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

This div border color is #c04aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04aea


Comments

No comments written yet.

Please login to write comment.