Color Hex Logo

#c421df Color Hex

#C421DF
(196,33,223)
0 Favorites   0 Comments

Color spaces of #c421df

RGB 19633223
HSL0.810.750.50
HSV291°85°87°
CMYK 0.120.850.00   0.13
XYZ36.628118.151271.3851
Yxy18.15120.29030.1439
Hunter Lab42.604278.9043-69.5198
CIE-Lab49.679080.7562-60.5054

#c421df color RGB value is (196,33,223).

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

The process color (four color CMYK) of #c421df color hex is 0.12, 0.85, 0.00, 0.13. Web safe color of #c421df is #cc33cc. Color #c421df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100001 11011111
Octal 304 41 337
Decimal 196 33 223
Hex C4 21 DF

RGB Percentages of Color #c421df

%43.36
%7.30
%49.34

CMYK Percentages of Color #c421df

%12
%85
%0
%13

Triadic Colors of #c421df

#c421df #dfc421 #21dfc4

Analogous Colors of #c421df

#c421df #df219b #6521df

Monochromatic Colors of #c421df

#c421df

Complementary Color

#c421df #3cdf21

#c421df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c421df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c421df Color CSS Codes

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

#c421df Text Font Color

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

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


#c421df Background Color

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

This div background color is #c421df


#c421df Border Color

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

This div border color is #c421df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c421df


Comments

No comments written yet.

Please login to write comment.