Color Hex Logo

#c30deb Color Hex

#C30DEB
(195,13,235)
0 Favorites   0 Comments

Color spaces of #c30deb

RGB 19513235
HSL0.800.900.49
HSV289°94°92°
CMYK 0.170.940.00   0.08
XYZ37.645017.888180.0659
Yxy17.88810.27760.1319
Hunter Lab42.294384.8628-82.6338
CIE-Lab49.360185.4672-67.8304

#c30deb color RGB value is (195,13,235).

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

The process color (four color CMYK) of #c30deb color hex is 0.17, 0.94, 0.00, 0.08. Web safe color of #c30deb is #cc00ff. Color #c30deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001101 11101011
Octal 303 15 353
Decimal 195 13 235
Hex C3 D EB

RGB Percentages of Color #c30deb

%44.02
%2.93
%53.05

CMYK Percentages of Color #c30deb

%17
%94
%0
%8

Triadic Colors of #c30deb

#c30deb #ebc30d #0debc3

Analogous Colors of #c30deb

#c30deb #eb0da4 #540deb

Monochromatic Colors of #c30deb

#c30deb

Complementary Color

#c30deb #35eb0d

#c30deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30deb Color CSS Codes

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

#c30deb Text Font Color

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

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


#c30deb Background Color

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

This div background color is #c30deb


#c30deb Border Color

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

This div border color is #c30deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30deb


Comments

No comments written yet.

Please login to write comment.