Color Hex Logo

#c45aea Color Hex

#C45AEA
(196,90,234)
0 Favorites   0 Comments

Color spaces of #c45aea

RGB 19690234
HSL0.790.770.64
HSV284°62°92°
CMYK 0.160.620.00   0.08
XYZ41.272424.988680.4899
Yxy24.98860.28120.1703
Hunter Lab49.988659.8960-60.4747
CIE-Lab57.064363.6936-54.8654

#c45aea color RGB value is (196,90,234).

#c45aea hex color red value is 196, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c45aea hue: 0.79 , saturation: 0.77 and the lightness value of c45aea is 0.64.

The process color (four color CMYK) of #c45aea color hex is 0.16, 0.62, 0.00, 0.08. Web safe color of #c45aea is #cc66ff. Color #c45aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011010 11101010
Octal 304 132 352
Decimal 196 90 234
Hex C4 5A EA

RGB Percentages of Color #c45aea

%37.69
%17.31
%45.00

CMYK Percentages of Color #c45aea

%16
%62
%0
%8

Triadic Colors of #c45aea

#c45aea #eac45a #5aeac4

Analogous Colors of #c45aea

#c45aea #ea5ac8 #7c5aea

Monochromatic Colors of #c45aea

#c45aea

Complementary Color

#c45aea #80ea5a

#c45aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45aea Color CSS Codes

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

#c45aea Text Font Color

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

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


#c45aea Background Color

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

This div background color is #c45aea


#c45aea Border Color

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

This div border color is #c45aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45aea


Comments

No comments written yet.

Please login to write comment.