Color Hex Logo

#c30aec Color Hex

#C30AEC
(195,10,236)
0 Favorites   0 Comments

Color spaces of #c30aec

RGB 19510236
HSL0.800.920.48
HSV289°96°93°
CMYK 0.170.960.00   0.07
XYZ37.754517.875380.8173
Yxy17.87530.27670.1310
Hunter Lab42.279285.4085-83.7383
CIE-Lab49.344585.8901-68.4202

#c30aec color RGB value is (195,10,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001010 11101100
Octal 303 12 354
Decimal 195 10 236
Hex C3 A EC

RGB Percentages of Color #c30aec

%44.22
%2.27
%53.51

CMYK Percentages of Color #c30aec

%17
%96
%0
%7

Triadic Colors of #c30aec

#c30aec #ecc30a #0aecc3

Analogous Colors of #c30aec

#c30aec #ec0aa4 #520aec

Monochromatic Colors of #c30aec

#c30aec

Complementary Color

#c30aec #33ec0a

#c30aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30aec Color CSS Codes

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

#c30aec Text Font Color

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

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


#c30aec Background Color

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

This div background color is #c30aec


#c30aec Border Color

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

This div border color is #c30aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30aec


Comments

No comments written yet.

Please login to write comment.