Color Hex Logo

#c30194 Color Hex

#C30194
(195,1,148)
0 Favorites   0 Comments

Color spaces of #c30194

RGB 1951148
HSL0.870.990.38
HSV315°99°76°
CMYK 0.000.990.24   0.24
XYZ27.861813.761929.2048
Yxy13.76190.39340.1943
Hunter Lab37.097069.1430-20.7084
CIE-Lab43.889573.9999-25.7239

#c30194 color RGB value is (195,1,148).

#c30194 hex color red value is 195, green value is 1 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c30194 hue: 0.87 , saturation: 0.99 and the lightness value of c30194 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000001 10010100
Octal 303 1 224
Decimal 195 1 148
Hex C3 1 94

RGB Percentages of Color #c30194

%56.69
%0.29
%43.02

CMYK Percentages of Color #c30194

%0
%99
%24
%24

Triadic Colors of #c30194

#c30194 #94c301 #0194c3

Analogous Colors of #c30194

#c30194 #c30133 #9101c3

Monochromatic Colors of #c30194

#c30194

Complementary Color

#c30194 #01c330

#c30194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30194 Color CSS Codes

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

#c30194 Text Font Color

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

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


#c30194 Background Color

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

This div background color is #c30194


#c30194 Border Color

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

This div border color is #c30194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30194


Comments

No comments written yet.

Please login to write comment.