Color Hex Logo

#c301dc Color Hex

#C301DC
(195,1,220)
0 Favorites   0 Comments

Color spaces of #c301dc

RGB 1951220
HSL0.810.990.43
HSV293°100°86°
CMYK 0.111.000.00   0.14
XYZ35.434816.791169.0835
Yxy16.79110.29210.1384
Hunter Lab40.976982.6482-71.2738
CIE-Lab47.995784.0165-61.5199

#c301dc color RGB value is (195,1,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000001 11011100
Octal 303 1 334
Decimal 195 1 220
Hex C3 1 DC

RGB Percentages of Color #c301dc

%46.88
%0.24
%52.88

CMYK Percentages of Color #c301dc

%11
%100
%0
%14

Triadic Colors of #c301dc

#c301dc #dcc301 #01dcc3

Analogous Colors of #c301dc

#c301dc #dc0188 #5601dc

Monochromatic Colors of #c301dc

#c301dc

Complementary Color

#c301dc #1adc01

#c301dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c301dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c301dc Color CSS Codes

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

#c301dc Text Font Color

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

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


#c301dc Background Color

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

This div background color is #c301dc


#c301dc Border Color

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

This div border color is #c301dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,1,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c301dc


Comments

No comments written yet.

Please login to write comment.