Color Hex Logo

#c428ec Color Hex

#C428EC
(196,40,236)
0 Favorites   0 Comments

Color spaces of #c428ec

RGB 19640236
HSL0.800.840.54
HSV288°83°93°
CMYK 0.170.830.00   0.07
XYZ38.664119.309581.0462
Yxy19.30950.27810.1389
Hunter Lab43.942680.1587-78.5927
CIE-Lab51.047481.4786-65.6551

#c428ec color RGB value is (196,40,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101000 11101100
Octal 304 50 354
Decimal 196 40 236
Hex C4 28 EC

RGB Percentages of Color #c428ec

%41.53
%8.47
%50.00

CMYK Percentages of Color #c428ec

%17
%83
%0
%7

Triadic Colors of #c428ec

#c428ec #ecc428 #28ecc4

Analogous Colors of #c428ec

#c428ec #ec28b2 #6228ec

Monochromatic Colors of #c428ec

#c428ec

Complementary Color

#c428ec #50ec28

#c428ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c428ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c428ec Color CSS Codes

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

#c428ec Text Font Color

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

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


#c428ec Background Color

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

This div background color is #c428ec


#c428ec Border Color

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

This div border color is #c428ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c428ec


Comments

No comments written yet.

Please login to write comment.