Color Hex Logo

#c426eb Color Hex

#C426EB
(196,38,235)
0 Favorites   0 Comments

Color spaces of #c426eb

RGB 19638235
HSL0.800.830.54
HSV288°84°92°
CMYK 0.170.840.00   0.08
XYZ38.453519.120180.2611
Yxy19.12010.27900.1387
Hunter Lab43.726580.4530-78.2196
CIE-Lab50.827481.7527-65.4471

#c426eb color RGB value is (196,38,235).

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

The process color (four color CMYK) of #c426eb color hex is 0.17, 0.84, 0.00, 0.08. Web safe color of #c426eb is #cc33ff. Color #c426eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 11101011
Octal 304 46 353
Decimal 196 38 235
Hex C4 26 EB

RGB Percentages of Color #c426eb

%41.79
%8.10
%50.11

CMYK Percentages of Color #c426eb

%17
%84
%0
%8

Triadic Colors of #c426eb

#c426eb #ebc426 #26ebc4

Analogous Colors of #c426eb

#c426eb #eb26b0 #6226eb

Monochromatic Colors of #c426eb

#c426eb

Complementary Color

#c426eb #4deb26

#c426eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c426eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c426eb Color CSS Codes

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

#c426eb Text Font Color

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

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


#c426eb Background Color

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

This div background color is #c426eb


#c426eb Border Color

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

This div border color is #c426eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c426eb


Comments

No comments written yet.

Please login to write comment.