Color Hex Logo

#c434ea Color Hex

#C434EA
(196,52,234)
0 Favorites   0 Comments

Color spaces of #c434ea

RGB 19652234
HSL0.800.810.56
HSV287°78°92°
CMYK 0.160.780.00   0.08
XYZ38.844220.132379.6805
Yxy20.13230.28010.1452
Hunter Lab44.869076.0109-73.8816
CIE-Lab51.986578.0050-63.0121

#c434ea color RGB value is (196,52,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110100 11101010
Octal 304 64 352
Decimal 196 52 234
Hex C4 34 EA

RGB Percentages of Color #c434ea

%40.66
%10.79
%48.55

CMYK Percentages of Color #c434ea

%16
%78
%0
%8

Triadic Colors of #c434ea

#c434ea #eac434 #34eac4

Analogous Colors of #c434ea

#c434ea #ea34b5 #6934ea

Monochromatic Colors of #c434ea

#c434ea

Complementary Color

#c434ea #5aea34

#c434ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c434ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c434ea Color CSS Codes

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

#c434ea Text Font Color

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

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


#c434ea Background Color

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

This div background color is #c434ea


#c434ea Border Color

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

This div border color is #c434ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c434ea


Comments

No comments written yet.

Please login to write comment.