Color Hex Logo

#c30ded Color Hex

#C30DED
(195,13,237)
0 Favorites   0 Comments

Color spaces of #c30ded

RGB 19513237
HSL0.800.900.49
HSV289°95°93°
CMYK 0.180.950.00   0.07
XYZ37.935718.004481.5965
Yxy18.00440.27580.1309
Hunter Lab42.431685.3315-84.3133
CIE-Lab49.501485.8007-68.7298

#c30ded color RGB value is (195,13,237).

#c30ded hex color red value is 195, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c30ded hue: 0.80 , saturation: 0.90 and the lightness value of c30ded is 0.49.

The process color (four color CMYK) of #c30ded color hex is 0.18, 0.95, 0.00, 0.07. Web safe color of #c30ded is #cc00ff. Color #c30ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001101 11101101
Octal 303 15 355
Decimal 195 13 237
Hex C3 D ED

RGB Percentages of Color #c30ded

%43.82
%2.92
%53.26

CMYK Percentages of Color #c30ded

%18
%95
%0
%7

Triadic Colors of #c30ded

#c30ded #edc30d #0dedc3

Analogous Colors of #c30ded

#c30ded #ed0da7 #530ded

Monochromatic Colors of #c30ded

#c30ded

Complementary Color

#c30ded #37ed0d

#c30ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30ded Color CSS Codes

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

#c30ded Text Font Color

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

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


#c30ded Background Color

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

This div background color is #c30ded


#c30ded Border Color

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

This div border color is #c30ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30ded


Comments

No comments written yet.

Please login to write comment.