Color Hex Logo

#c30794 Color Hex

#C30794
(195,7,148)
0 Favorites   0 Comments

Color spaces of #c30794

RGB 1957148
HSL0.880.930.40
HSV315°96°76°
CMYK 0.000.960.24   0.24
XYZ27.927013.892229.2265
Yxy13.89220.39310.1955
Hunter Lab37.272268.5184-20.4008
CIE-Lab44.077973.4467-25.4310

#c30794 color RGB value is (195,7,148).

#c30794 hex color red value is 195, green value is 7 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c30794 hue: 0.88 , saturation: 0.93 and the lightness value of c30794 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000111 10010100
Octal 303 7 224
Decimal 195 7 148
Hex C3 7 94

RGB Percentages of Color #c30794

%55.71
%2.00
%42.29

CMYK Percentages of Color #c30794

%0
%96
%24
%24

Triadic Colors of #c30794

#c30794 #94c307 #0794c3

Analogous Colors of #c30794

#c30794 #c30736 #9407c3

Monochromatic Colors of #c30794

#c30794

Complementary Color

#c30794 #07c336

#c30794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30794 Color CSS Codes

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

#c30794 Text Font Color

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

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


#c30794 Background Color

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

This div background color is #c30794


#c30794 Border Color

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

This div border color is #c30794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30794


Comments

No comments written yet.

Please login to write comment.