color codes Logo

#c426df color codes

#C426DF
(196,38,223)
0 Favorites   0 Comments

Color spaces of #c426df

RGB 19638223
HSL0.810.740.51
HSV291°83°87°
CMYK 0.120.830.00   0.13
XYZ36.777318.449771.4348
Yxy18.44970.29040.1457
Hunter Lab42.953177.6673-68.5373
CIE-Lab50.037179.7061-59.9284

#c426df color RGB value is (196,38,223).

#c426df hex color red value is 196, green value is 38 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c426df hue: 0.81 , saturation: 0.74 and the lightness value of c426df is 0.51.

The process color (four color CMYK) of #c426df color code is 0.12, 0.83, 0.00, 0.13. Web safe color of #c426df is #cc33cc. Color #c426df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 11011111
Octal 304 46 337
Decimal 196 38 223
Hex C4 26 DF

RGB Percentages of Color #c426df

%42.89
%8.32
%48.80

CMYK Percentages of Color #c426df

%12
%83
%0
%13

Triadic Colors of #c426df

#c426df #dfc426 #26dfc4

Analogous Colors of #c426df

#c426df #df269e #6826df

Monochromatic Colors of #c426df

#c426df

Complementary Color

#c426df #41df26

#c426df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c426df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c426df Color CSS Codes

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

#c426df Text Font Color

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

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


#c426df Background Color

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

This div background color is #c426df


#c426df Border Color

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

This div border color is #c426df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c426df


Comments

No comments written yet.

Please login to write comment.