Color Hex Logo

#c2536e Color Hex

#C2536E
(194,83,110)
0 Favorites   0 Comments

Color spaces of #c2536e

RGB 19483110
HSL0.960.480.54
HSV345°57°76°
CMYK 0.000.570.43   0.24
XYZ28.155918.781616.8931
Yxy18.78160.44110.2942
Hunter Lab43.337740.12787.2251
CIE-Lab50.430746.96977.0676

#c2536e color RGB value is (194,83,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 01101110
Octal 302 123 156
Decimal 194 83 110
Hex C2 53 6E

RGB Percentages of Color #c2536e

%50.13
%21.45
%28.42

CMYK Percentages of Color #c2536e

%0
%57
%43
%24

Triadic Colors of #c2536e

#c2536e #6ec253 #536ec2

Analogous Colors of #c2536e

#c2536e #c27053 #c253a6

Monochromatic Colors of #c2536e

#c2536e

Complementary Color

#c2536e #53c2a7

#c2536e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2536e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2536e Color CSS Codes

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

#c2536e Text Font Color

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

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


#c2536e Background Color

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

This div background color is #c2536e


#c2536e Border Color

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

This div border color is #c2536e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2536e


Comments

No comments written yet.

Please login to write comment.