Color Hex Logo

#c428ed Color Hex

#C428ED
(196,40,237)
0 Favorites   0 Comments

Color spaces of #c428ed

RGB 19640237
HSL0.800.850.54
HSV288°83°93°
CMYK 0.170.830.00   0.07
XYZ38.809819.367881.8136
Yxy19.36780.27720.1384
Hunter Lab44.008980.3971-79.4154
CIE-Lab51.114881.6528-66.1091

#c428ed color RGB value is (196,40,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101000 11101101
Octal 304 50 355
Decimal 196 40 237
Hex C4 28 ED

RGB Percentages of Color #c428ed

%41.44
%8.46
%50.11

CMYK Percentages of Color #c428ed

%17
%83
%0
%7

Triadic Colors of #c428ed

#c428ed #edc428 #28edc4

Analogous Colors of #c428ed

#c428ed #ed28b4 #6228ed

Monochromatic Colors of #c428ed

#c428ed

Complementary Color

#c428ed #51ed28

#c428ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c428ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c428ed Color CSS Codes

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

#c428ed Text Font Color

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

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


#c428ed Background Color

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

This div background color is #c428ed


#c428ed Border Color

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

This div border color is #c428ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c428ed


Comments

No comments written yet.

Please login to write comment.