Color Hex Logo

#c2535e Color Hex

#C2535E
(194,83,94)
0 Favorites   0 Comments

Color spaces of #c2535e

RGB 1948394
HSL0.980.480.54
HSV354°57°76°
CMYK 0.000.570.52   0.24
XYZ27.361818.464012.7115
Yxy18.46400.46740.3154
Hunter Lab42.969838.466212.5394
CIE-Lab50.054145.429516.1382

#c2535e color RGB value is (194,83,94).

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

The process color (four color CMYK) of #c2535e color hex is 0.00, 0.57, 0.52, 0.24. Web safe color of #c2535e is #cc6666. Color #c2535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 01011110
Octal 302 123 136
Decimal 194 83 94
Hex C2 53 5E

RGB Percentages of Color #c2535e

%52.29
%22.37
%25.34

CMYK Percentages of Color #c2535e

%0
%57
%52
%24

Triadic Colors of #c2535e

#c2535e #5ec253 #535ec2

Analogous Colors of #c2535e

#c2535e #c28053 #c25396

Monochromatic Colors of #c2535e

#c2535e

Complementary Color

#c2535e #53c2b7

#c2535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2535e Color CSS Codes

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

#c2535e Text Font Color

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

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


#c2535e Background Color

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

This div background color is #c2535e


#c2535e Border Color

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

This div border color is #c2535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2535e


Comments

No comments written yet.

Please login to write comment.