Color Hex Logo

#c301dd Color Hex

#C301DD
(195,1,221)
0 Favorites   0 Comments

Color spaces of #c301dd

RGB 1951221
HSL0.810.990.44
HSV293°100°87°
CMYK 0.121.000.00   0.13
XYZ35.567716.844369.7833
Yxy16.84430.29110.1378
Hunter Lab41.041882.8687-72.0814
CIE-Lab48.063384.1749-61.9818

#c301dd color RGB value is (195,1,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000001 11011101
Octal 303 1 335
Decimal 195 1 221
Hex C3 1 DD

RGB Percentages of Color #c301dd

%46.76
%0.24
%53.00

CMYK Percentages of Color #c301dd

%12
%100
%0
%13

Triadic Colors of #c301dd

#c301dd #ddc301 #01ddc3

Analogous Colors of #c301dd

#c301dd #dd0189 #5501dd

Monochromatic Colors of #c301dd

#c301dd

Complementary Color

#c301dd #1bdd01

#c301dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c301dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c301dd Color CSS Codes

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

#c301dd Text Font Color

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

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


#c301dd Background Color

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

This div background color is #c301dd


#c301dd Border Color

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

This div border color is #c301dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c301dd


Comments

No comments written yet.

Please login to write comment.