Color Hex Logo

#c35162 Color Hex

#C35162
(195,81,98)
0 Favorites   0 Comments

Color spaces of #c35162

RGB 1958198
HSL0.980.490.54
HSV351°58°76°
CMYK 0.000.580.50   0.24
XYZ27.652718.368813.6433
Yxy18.36880.46350.3079
Hunter Lab42.858840.166011.1273
CIE-Lab49.940447.085513.6098

#c35162 color RGB value is (195,81,98).

#c35162 hex color red value is 195, green value is 81 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c35162 hue: 0.98 , saturation: 0.49 and the lightness value of c35162 is 0.54.

The process color (four color CMYK) of #c35162 color hex is 0.00, 0.58, 0.50, 0.24. Web safe color of #c35162 is #cc6666. Color #c35162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010001 01100010
Octal 303 121 142
Decimal 195 81 98
Hex C3 51 62

RGB Percentages of Color #c35162

%52.14
%21.66
%26.20

CMYK Percentages of Color #c35162

%0
%58
%50
%24

Triadic Colors of #c35162

#c35162 #62c351 #5162c3

Analogous Colors of #c35162

#c35162 #c37951 #c3519b

Monochromatic Colors of #c35162

#c35162

Complementary Color

#c35162 #51c3b2

#c35162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35162 Color CSS Codes

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

#c35162 Text Font Color

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

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


#c35162 Background Color

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

This div background color is #c35162


#c35162 Border Color

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

This div border color is #c35162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35162


Comments

No comments written yet.

Please login to write comment.