Color Hex Logo

#c30862 Color Hex

#C30862
(195,8,98)
0 Favorites   0 Comments

Color spaces of #c30862

RGB 195898
HSL0.920.920.40
HSV331°96°76°
CMYK 0.000.960.50   0.24
XYZ24.797112.657612.6915
Yxy12.65760.49450.2524
Hunter Lab35.577562.15173.7539
CIE-Lab42.242768.44392.7216

#c30862 color RGB value is (195,8,98).

#c30862 hex color red value is 195, green value is 8 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c30862 hue: 0.92 , saturation: 0.92 and the lightness value of c30862 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001000 01100010
Octal 303 10 142
Decimal 195 8 98
Hex C3 8 62

RGB Percentages of Color #c30862

%64.78
%2.66
%32.56

CMYK Percentages of Color #c30862

%0
%96
%50
%24

Triadic Colors of #c30862

#c30862 #62c308 #0862c3

Analogous Colors of #c30862

#c30862 #c30b08 #c308c0

Monochromatic Colors of #c30862

#c30862

Complementary Color

#c30862 #08c369

#c30862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30862 Color CSS Codes

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

#c30862 Text Font Color

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

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


#c30862 Background Color

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

This div background color is #c30862


#c30862 Border Color

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

This div border color is #c30862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30862


Comments

No comments written yet.

Please login to write comment.