Color Hex Logo

#c30aeb Color Hex

#C30AEB
(195,10,235)
0 Favorites   0 Comments

Color spaces of #c30aeb

RGB 19510235
HSL0.800.920.48
HSV289°96°92°
CMYK 0.170.960.00   0.08
XYZ37.609617.817380.0541
Yxy17.81730.27760.1315
Hunter Lab42.210585.1751-82.8986
CIE-Lab49.273885.7243-67.9704

#c30aeb color RGB value is (195,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001010 11101011
Octal 303 12 353
Decimal 195 10 235
Hex C3 A EB

RGB Percentages of Color #c30aeb

%44.32
%2.27
%53.41

CMYK Percentages of Color #c30aeb

%17
%96
%0
%8

Triadic Colors of #c30aeb

#c30aeb #ebc30a #0aebc3

Analogous Colors of #c30aeb

#c30aeb #eb0aa3 #530aeb

Monochromatic Colors of #c30aeb

#c30aeb

Complementary Color

#c30aeb #32eb0a

#c30aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30aeb Color CSS Codes

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

#c30aeb Text Font Color

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

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


#c30aeb Background Color

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

This div background color is #c30aeb


#c30aeb Border Color

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

This div border color is #c30aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,10,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 #c30aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30aeb


Comments

No comments written yet.

Please login to write comment.