Color Hex Logo

#c30dea Color Hex

#C30DEA
(195,13,234)
0 Favorites   0 Comments

Color spaces of #c30dea

RGB 19513234
HSL0.800.890.48
HSV289°94°92°
CMYK 0.170.940.00   0.08
XYZ37.500917.830579.3070
Yxy17.83050.27850.1324
Hunter Lab42.226284.6293-81.7971
CIE-Lab49.289985.3008-67.3793

#c30dea color RGB value is (195,13,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001101 11101010
Octal 303 15 352
Decimal 195 13 234
Hex C3 D EA

RGB Percentages of Color #c30dea

%44.12
%2.94
%52.94

CMYK Percentages of Color #c30dea

%17
%94
%0
%8

Triadic Colors of #c30dea

#c30dea #eac30d #0deac3

Analogous Colors of #c30dea

#c30dea #ea0da3 #540dea

Monochromatic Colors of #c30dea

#c30dea

Complementary Color

#c30dea #34ea0d

#c30dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30dea Color CSS Codes

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

#c30dea Text Font Color

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

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


#c30dea Background Color

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

This div background color is #c30dea


#c30dea Border Color

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

This div border color is #c30dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30dea


Comments

No comments written yet.

Please login to write comment.