Color Hex Logo

#c426ef Color Hex

#C426EF
(196,38,239)
0 Favorites   0 Comments

Color spaces of #c426ef

RGB 19638239
HSL0.800.860.54
HSV287°84°94°
CMYK 0.180.840.00   0.06
XYZ39.038119.354083.3395
Yxy19.35400.27540.1366
Hunter Lab43.993281.4070-81.5222
CIE-Lab51.098882.4474-67.2601

#c426ef color RGB value is (196,38,239).

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

The process color (four color CMYK) of #c426ef color hex is 0.18, 0.84, 0.00, 0.06. Web safe color of #c426ef is #cc33ff. Color #c426ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 11101111
Octal 304 46 357
Decimal 196 38 239
Hex C4 26 EF

RGB Percentages of Color #c426ef

%41.44
%8.03
%50.53

CMYK Percentages of Color #c426ef

%18
%84
%0
%6

Triadic Colors of #c426ef

#c426ef #efc426 #26efc4

Analogous Colors of #c426ef

#c426ef #ef26b6 #6026ef

Monochromatic Colors of #c426ef

#c426ef

Complementary Color

#c426ef #51ef26

#c426ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c426ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c426ef Color CSS Codes

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

#c426ef Text Font Color

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

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


#c426ef Background Color

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

This div background color is #c426ef


#c426ef Border Color

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

This div border color is #c426ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c426ef


Comments

No comments written yet.

Please login to write comment.