Color Hex Logo

#c432ea Color Hex

#C432EA
(196,50,234)
0 Favorites   0 Comments

Color spaces of #c432ea

RGB 19650234
HSL0.800.810.56
HSV288°79°92°
CMYK 0.160.790.00   0.08
XYZ38.756819.957579.6514
Yxy19.95750.28010.1442
Hunter Lab44.673876.6786-74.4397
CIE-Lab51.789178.5771-63.3304

#c432ea color RGB value is (196,50,234).

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

The process color (four color CMYK) of #c432ea color hex is 0.16, 0.79, 0.00, 0.08. Web safe color of #c432ea is #cc33ff. Color #c432ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110010 11101010
Octal 304 62 352
Decimal 196 50 234
Hex C4 32 EA

RGB Percentages of Color #c432ea

%40.83
%10.42
%48.75

CMYK Percentages of Color #c432ea

%16
%79
%0
%8

Triadic Colors of #c432ea

#c432ea #eac432 #32eac4

Analogous Colors of #c432ea

#c432ea #ea32b4 #6832ea

Monochromatic Colors of #c432ea

#c432ea

Complementary Color

#c432ea #58ea32

#c432ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c432ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c432ea Color CSS Codes

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

#c432ea Text Font Color

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

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


#c432ea Background Color

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

This div background color is #c432ea


#c432ea Border Color

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

This div border color is #c432ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c432ea


Comments

No comments written yet.

Please login to write comment.