Color Hex Logo

#c30062 Color Hex

#C30062
(195,0,98)
0 Favorites   0 Comments

Color spaces of #c30062

RGB 195098
HSL0.921.000.38
HSV330°100°76°
CMYK 0.001.000.50   0.24
XYZ24.710312.483912.6625
Yxy12.48390.49560.2504
Hunter Lab35.332663.00443.4844
CIE-Lab41.975169.22432.3346

#c30062 color RGB value is (195,0,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000000 01100010
Octal 303 0 142
Decimal 195 0 98
Hex C3 0 62

RGB Percentages of Color #c30062

%66.55
%0.00
%33.45

CMYK Percentages of Color #c30062

%0
%100
%50
%24

Triadic Colors of #c30062

#c30062 #62c300 #0062c3

Analogous Colors of #c30062

#c30062 #c30000 #c300c3

Monochromatic Colors of #c30062

#c30062

Complementary Color

#c30062 #00c361

#c30062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30062 Color CSS Codes

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

#c30062 Text Font Color

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

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


#c30062 Background Color

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

This div background color is #c30062


#c30062 Border Color

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

This div border color is #c30062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30062


Comments

No comments written yet.

Please login to write comment.