Color Hex Logo

#c30342 Color Hex

#C30342
(195,3,66)
0 Favorites   0 Comments

Color spaces of #c30342

RGB 195366
HSL0.950.970.39
HSV340°98°76°
CMYK 0.000.980.66   0.24
XYZ23.521612.06066.2425
Yxy12.06060.56240.2884
Hunter Lab34.728460.123813.6524
CIE-Lab41.312366.879921.6950

#c30342 color RGB value is (195,3,66).

#c30342 hex color red value is 195, green value is 3 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c30342 hue: 0.95 , saturation: 0.97 and the lightness value of c30342 is 0.39.

The process color (four color CMYK) of #c30342 color hex is 0.00, 0.98, 0.66, 0.24. Web safe color of #c30342 is #cc0033. Color #c30342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000011 01000010
Octal 303 3 102
Decimal 195 3 66
Hex C3 3 42

RGB Percentages of Color #c30342

%73.86
%1.14
%25.00

CMYK Percentages of Color #c30342

%0
%98
%66
%24

Triadic Colors of #c30342

#c30342 #42c303 #0342c3

Analogous Colors of #c30342

#c30342 #c32403 #c303a2

Monochromatic Colors of #c30342

#c30342

Complementary Color

#c30342 #03c384

#c30342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30342 Color CSS Codes

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

#c30342 Text Font Color

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

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


#c30342 Background Color

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

This div background color is #c30342


#c30342 Border Color

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

This div border color is #c30342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30342


Comments

No comments written yet.

Please login to write comment.