Color Hex Logo

#c434ed Color Hex

#C434ED
(196,52,237)
0 Favorites   0 Comments

Color spaces of #c434ed

RGB 19652237
HSL0.800.840.57
HSV287°78°93°
CMYK 0.170.780.00   0.07
XYZ39.279020.306281.9700
Yxy20.30620.27750.1435
Hunter Lab45.062476.7317-76.3068
CIE-Lab52.181778.5430-64.3855

#c434ed color RGB value is (196,52,237).

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

The process color (four color CMYK) of #c434ed color hex is 0.17, 0.78, 0.00, 0.07. Web safe color of #c434ed is #cc33ff. Color #c434ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110100 11101101
Octal 304 64 355
Decimal 196 52 237
Hex C4 34 ED

RGB Percentages of Color #c434ed

%40.41
%10.72
%48.87

CMYK Percentages of Color #c434ed

%17
%78
%0
%7

Triadic Colors of #c434ed

#c434ed #edc434 #34edc4

Analogous Colors of #c434ed

#c434ed #ed34ba #6834ed

Monochromatic Colors of #c434ed

#c434ed

Complementary Color

#c434ed #5ded34

#c434ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c434ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c434ed Color CSS Codes

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

#c434ed Text Font Color

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

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


#c434ed Background Color

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

This div background color is #c434ed


#c434ed Border Color

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

This div border color is #c434ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,52,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c434ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c434ed


Comments

No comments written yet.

Please login to write comment.