Color Hex Logo

#c300dc Color Hex

#C300DC
(195,0,220)
0 Favorites   0 Comments

Color spaces of #c300dc

RGB 1950220
HSL0.811.000.43
HSV293°100°86°
CMYK 0.111.000.00   0.14
XYZ35.423916.769469.0799
Yxy16.76940.29210.1383
Hunter Lab40.950582.7468-71.3518
CIE-Lab47.968284.0985-61.5644

#c300dc color RGB value is (195,0,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000000 11011100
Octal 303 0 334
Decimal 195 0 220
Hex C3 0 DC

RGB Percentages of Color #c300dc

%46.99
%0.00
%53.01

CMYK Percentages of Color #c300dc

%11
%100
%0
%14

Triadic Colors of #c300dc

#c300dc #dcc300 #00dcc3

Analogous Colors of #c300dc

#c300dc #dc0087 #5500dc

Monochromatic Colors of #c300dc

#c300dc

Complementary Color

#c300dc #19dc00

#c300dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c300dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c300dc Color CSS Codes

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

#c300dc Text Font Color

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

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


#c300dc Background Color

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

This div background color is #c300dc


#c300dc Border Color

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

This div border color is #c300dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c300dc


Comments

No comments written yet.

Please login to write comment.