Color Hex Logo

#c35070 Color Hex

#C35070
(195,80,112)
0 Favorites   0 Comments

Color spaces of #c35070

RGB 19580112
HSL0.950.490.54
HSV343°59°76°
CMYK 0.000.590.43   0.24
XYZ28.299018.509317.4104
Yxy18.50930.44070.2882
Hunter Lab43.022442.12326.1221
CIE-Lab50.108148.92405.4254

#c35070 color RGB value is (195,80,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010000 01110000
Octal 303 120 160
Decimal 195 80 112
Hex C3 50 70

RGB Percentages of Color #c35070

%50.39
%20.67
%28.94

CMYK Percentages of Color #c35070

%0
%59
%43
%24

Triadic Colors of #c35070

#c35070 #70c350 #5070c3

Analogous Colors of #c35070

#c35070 #c36a50 #c350aa

Monochromatic Colors of #c35070

#c35070

Complementary Color

#c35070 #50c3a3

#c35070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35070 Color CSS Codes

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

#c35070 Text Font Color

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

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


#c35070 Background Color

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

This div background color is #c35070


#c35070 Border Color

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

This div border color is #c35070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35070


Comments

No comments written yet.

Please login to write comment.