color codes Logo

#c424ea color codes

#C424EA
(196,36,234)
0 Favorites   0 Comments

Color spaces of #c424ea

RGB 19636234
HSL0.800.830.53
HSV288°85°92°
CMYK 0.160.850.00   0.08
XYZ38.247118.938079.4815
Yxy18.93800.27990.1386
Hunter Lab43.517880.7246-77.8256
CIE-Lab50.614682.0072-65.2272

#c424ea color RGB value is (196,36,234).

#c424ea hex color red value is 196, green value is 36 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c424ea hue: 0.80 , saturation: 0.83 and the lightness value of c424ea is 0.53.

The process color (four color CMYK) of #c424ea color code is 0.16, 0.85, 0.00, 0.08. Web safe color of #c424ea is #cc33ff. Color #c424ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100100 11101010
Octal 304 44 352
Decimal 196 36 234
Hex C4 24 EA

RGB Percentages of Color #c424ea

%42.06
%7.73
%50.21

CMYK Percentages of Color #c424ea

%16
%85
%0
%8

Triadic Colors of #c424ea

#c424ea #eac424 #24eac4

Analogous Colors of #c424ea

#c424ea #ea24ad #6124ea

Monochromatic Colors of #c424ea

#c424ea

Complementary Color

#c424ea #4aea24

#c424ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c424ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c424ea Color CSS Codes

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

#c424ea Text Font Color

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

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


#c424ea Background Color

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

This div background color is #c424ea


#c424ea Border Color

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

This div border color is #c424ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c424ea


Comments

No comments written yet.

Please login to write comment.