Color Hex Logo

#c2531d Color Hex

#C2531D
(194,83,29)
0 Favorites   0 Comments

Color spaces of #c2531d

RGB 1948329
HSL0.050.740.44
HSV20°85°76°
CMYK 0.000.570.85   0.24
XYZ25.563217.74463.2401
Yxy17.74460.54920.3812
Hunter Lab42.124334.605324.9266
CIE-Lab49.184941.777850.4108

#c2531d color RGB value is (194,83,29).

#c2531d hex color red value is 194, green value is 83 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c2531d hue: 0.05 , saturation: 0.74 and the lightness value of c2531d is 0.44.

The process color (four color CMYK) of #c2531d color hex is 0.00, 0.57, 0.85, 0.24. Web safe color of #c2531d is #cc6633. Color #c2531d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 00011101
Octal 302 123 35
Decimal 194 83 29
Hex C2 53 1D

RGB Percentages of Color #c2531d

%63.40
%27.12
%9.48

CMYK Percentages of Color #c2531d

%0
%57
%85
%24

Triadic Colors of #c2531d

#c2531d #1dc253 #531dc2

Analogous Colors of #c2531d

#c2531d #c2a61d #c21d39

Monochromatic Colors of #c2531d

#c2531d

Complementary Color

#c2531d #1d8cc2

#c2531d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2531d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2531d Color CSS Codes

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

#c2531d Text Font Color

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

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


#c2531d Background Color

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

This div background color is #c2531d


#c2531d Border Color

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

This div border color is #c2531d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2531d


Comments

No comments written yet.

Please login to write comment.