Color Hex Logo

#c301df Color Hex

#C301DF
(195,1,223)
0 Favorites   0 Comments

Color spaces of #c301df

RGB 1951223
HSL0.810.990.44
HSV292°100°87°
CMYK 0.131.000.00   0.13
XYZ35.835816.951571.1953
Yxy16.95150.28900.1367
Hunter Lab41.172283.3130-73.7042
CIE-Lab48.198984.4934-62.9032

#c301df color RGB value is (195,1,223).

#c301df hex color red value is 195, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c301df hue: 0.81 , saturation: 0.99 and the lightness value of c301df is 0.44.

The process color (four color CMYK) of #c301df color hex is 0.13, 1.00, 0.00, 0.13. Web safe color of #c301df is #cc00cc. Color #c301df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000001 11011111
Octal 303 1 337
Decimal 195 1 223
Hex C3 1 DF

RGB Percentages of Color #c301df

%46.54
%0.24
%53.22

CMYK Percentages of Color #c301df

%13
%100
%0
%13

Triadic Colors of #c301df

#c301df #dfc301 #01dfc3

Analogous Colors of #c301df

#c301df #df018c #5401df

Monochromatic Colors of #c301df

#c301df

Complementary Color

#c301df #1ddf01

#c301df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c301df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c301df Color CSS Codes

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

#c301df Text Font Color

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

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


#c301df Background Color

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

This div background color is #c301df


#c301df Border Color

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

This div border color is #c301df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c301df


Comments

No comments written yet.

Please login to write comment.