Color Hex Logo

#c30aee Color Hex

#C30AEE
(195,10,238)
0 Favorites   0 Comments

Color spaces of #c30aee

RGB 19510238
HSL0.800.920.49
HSV289°96°93°
CMYK 0.180.960.00   0.07
XYZ38.046817.992282.3565
Yxy17.99220.27490.1300
Hunter Lab42.417285.8783-85.4243
CIE-Lab49.486686.2235-69.3175

#c30aee color RGB value is (195,10,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001010 11101110
Octal 303 12 356
Decimal 195 10 238
Hex C3 A EE

RGB Percentages of Color #c30aee

%44.02
%2.26
%53.72

CMYK Percentages of Color #c30aee

%18
%96
%0
%7

Triadic Colors of #c30aee

#c30aee #eec30a #0aeec3

Analogous Colors of #c30aee

#c30aee #ee0aa7 #510aee

Monochromatic Colors of #c30aee

#c30aee

Complementary Color

#c30aee #35ee0a

#c30aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30aee Color CSS Codes

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

#c30aee Text Font Color

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

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


#c30aee Background Color

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

This div background color is #c30aee


#c30aee Border Color

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

This div border color is #c30aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30aee


Comments

No comments written yet.

Please login to write comment.