Color Hex Logo

#c35061 Color Hex

#C35061
(195,80,97)
0 Favorites   0 Comments

Color spaces of #c35061

RGB 1958097
HSL0.980.490.54
HSV351°59°76°
CMYK 0.000.590.50   0.24
XYZ27.532018.202513.3716
Yxy18.20250.46580.3080
Hunter Lab42.664440.526211.2828
CIE-Lab49.740847.463113.9345

#c35061 color RGB value is (195,80,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010000 01100001
Octal 303 120 141
Decimal 195 80 97
Hex C3 50 61

RGB Percentages of Color #c35061

%52.42
%21.51
%26.08

CMYK Percentages of Color #c35061

%0
%59
%50
%24

Triadic Colors of #c35061

#c35061 #61c350 #5061c3

Analogous Colors of #c35061

#c35061 #c37950 #c3509b

Monochromatic Colors of #c35061

#c35061

Complementary Color

#c35061 #50c3b2

#c35061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35061 Color CSS Codes

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

#c35061 Text Font Color

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

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


#c35061 Background Color

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

This div background color is #c35061


#c35061 Border Color

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

This div border color is #c35061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35061


Comments

No comments written yet.

Please login to write comment.