Color Hex Logo

#c30eaf Color Hex

#C30EAF
(195,14,175)
0 Favorites   0 Comments

Color spaces of #c30eaf

RGB 19514175
HSL0.850.870.41
HSV307°93°76°
CMYK 0.000.930.10   0.24
XYZ30.400615.011341.8526
Yxy15.01130.34840.1720
Hunter Lab38.744472.2563-36.9253
CIE-Lab45.649776.2097-39.1252

#c30eaf color RGB value is (195,14,175).

#c30eaf hex color red value is 195, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c30eaf hue: 0.85 , saturation: 0.87 and the lightness value of c30eaf is 0.41.

The process color (four color CMYK) of #c30eaf color hex is 0.00, 0.93, 0.10, 0.24. Web safe color of #c30eaf is #cc0099. Color #c30eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001110 10101111
Octal 303 16 257
Decimal 195 14 175
Hex C3 E AF

RGB Percentages of Color #c30eaf

%50.78
%3.65
%45.57

CMYK Percentages of Color #c30eaf

%0
%93
%10
%24

Triadic Colors of #c30eaf

#c30eaf #afc30e #0eafc3

Analogous Colors of #c30eaf

#c30eaf #c30e54 #7d0ec3

Monochromatic Colors of #c30eaf

#c30eaf

Complementary Color

#c30eaf #0ec322

#c30eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30eaf Color CSS Codes

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

#c30eaf Text Font Color

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

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


#c30eaf Background Color

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

This div background color is #c30eaf


#c30eaf Border Color

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

This div border color is #c30eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30eaf


Comments

No comments written yet.

Please login to write comment.