Color Hex Logo

#c453ea Color Hex

#C453EA
(196,83,234)
0 Favorites   0 Comments

Color spaces of #c453ea

RGB 19683234
HSL0.790.780.62
HSV285°65°92°
CMYK 0.160.650.00   0.08
XYZ40.709523.862880.3023
Yxy23.86280.28100.1647
Hunter Lab48.849663.2688-63.2703
CIE-Lab55.950266.7668-56.6457

#c453ea color RGB value is (196,83,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010011 11101010
Octal 304 123 352
Decimal 196 83 234
Hex C4 53 EA

RGB Percentages of Color #c453ea

%38.21
%16.18
%45.61

CMYK Percentages of Color #c453ea

%16
%65
%0
%8

Triadic Colors of #c453ea

#c453ea #eac453 #53eac4

Analogous Colors of #c453ea

#c453ea #ea53c5 #7953ea

Monochromatic Colors of #c453ea

#c453ea

Complementary Color

#c453ea #79ea53

#c453ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c453ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c453ea Color CSS Codes

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

#c453ea Text Font Color

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

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


#c453ea Background Color

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

This div background color is #c453ea


#c453ea Border Color

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

This div border color is #c453ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c453ea


Comments

No comments written yet.

Please login to write comment.