Color Hex Logo

#c301ce Color Hex

#C301CE
(195,1,206)
0 Favorites   0 Comments

Color spaces of #c301ce

RGB 1951206
HSL0.820.990.41
HSV297°100°81°
CMYK 0.051.000.00   0.19
XYZ33.657116.080059.7224
Yxy16.08000.30750.1469
Hunter Lab40.099979.6459-60.2331
CIE-Lab47.079381.8454-54.9579

#c301ce color RGB value is (195,1,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000001 11001110
Octal 303 1 316
Decimal 195 1 206
Hex C3 1 CE

RGB Percentages of Color #c301ce

%48.51
%0.25
%51.24

CMYK Percentages of Color #c301ce

%5
%100
%0
%19

Triadic Colors of #c301ce

#c301ce #cec301 #01cec3

Analogous Colors of #c301ce

#c301ce #ce0173 #5c01ce

Monochromatic Colors of #c301ce

#c301ce

Complementary Color

#c301ce #0cce01

#c301ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c301ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c301ce Color CSS Codes

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

#c301ce Text Font Color

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

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


#c301ce Background Color

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

This div background color is #c301ce


#c301ce Border Color

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

This div border color is #c301ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c301ce


Comments

No comments written yet.

Please login to write comment.