Color Hex Logo

#c7535e Color Hex

#C7535E
(199,83,94)
0 Favorites   0 Comments

Color spaces of #c7535e

RGB 1998394
HSL0.980.510.55
HSV354°58°78°
CMYK 0.000.580.53   0.22
XYZ28.666819.136812.7725
Yxy19.13680.47320.3159
Hunter Lab43.745640.417413.3109
CIE-Lab50.846947.179817.3489

#c7535e color RGB value is (199,83,94).

#c7535e hex color red value is 199, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c7535e hue: 0.98 , saturation: 0.51 and the lightness value of c7535e is 0.55.

The process color (four color CMYK) of #c7535e color hex is 0.00, 0.58, 0.53, 0.22. Web safe color of #c7535e is #cc6666. Color #c7535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010011 01011110
Octal 307 123 136
Decimal 199 83 94
Hex C7 53 5E

RGB Percentages of Color #c7535e

%52.93
%22.07
%25.00

CMYK Percentages of Color #c7535e

%0
%58
%53
%22

Triadic Colors of #c7535e

#c7535e #5ec753 #535ec7

Analogous Colors of #c7535e

#c7535e #c78253 #c75398

Monochromatic Colors of #c7535e

#c7535e

Complementary Color

#c7535e #53c7bc

#c7535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7535e Color CSS Codes

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

#c7535e Text Font Color

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

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


#c7535e Background Color

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

This div background color is #c7535e


#c7535e Border Color

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

This div border color is #c7535e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,83,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7535e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7535e;
  -webkit-box-shadow: 1px 1px 3px 2px #c7535e;
  box-shadow:         1px 1px 3px 2px #c7535e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,83,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7535e


Comments

No comments written yet.

Please login to write comment.