Color Hex Logo

#ca531b Color Hex

#CA531B
(202,83,27)
0 Favorites   0 Comments

Color spaces of #ca531b

RGB 2028327
HSL0.050.760.45
HSV19°87°79°
CMYK 0.000.590.87   0.21
XYZ27.648218.82223.2127
Yxy18.82220.55650.3788
Hunter Lab43.384637.831925.9787
CIE-Lab50.478544.748052.8165

#ca531b color RGB value is (202,83,27).

#ca531b hex color red value is 202, green value is 83 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ca531b hue: 0.05 , saturation: 0.76 and the lightness value of ca531b is 0.45.

The process color (four color CMYK) of #ca531b color hex is 0.00, 0.59, 0.87, 0.21. Web safe color of #ca531b is #cc6633. Color #ca531b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 00011011
Octal 312 123 33
Decimal 202 83 27
Hex CA 53 1B

RGB Percentages of Color #ca531b

%64.74
%26.60
%8.65

CMYK Percentages of Color #ca531b

%0
%59
%87
%21

Triadic Colors of #ca531b

#ca531b #1bca53 #531bca

Analogous Colors of #ca531b

#ca531b #caab1b #ca1b3a

Monochromatic Colors of #ca531b

#ca531b

Complementary Color

#ca531b #1b92ca

#ca531b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca531b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca531b Color CSS Codes

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

#ca531b Text Font Color

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

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


#ca531b Background Color

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

This div background color is #ca531b


#ca531b Border Color

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

This div border color is #ca531b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca531b


Comments

No comments written yet.

Please login to write comment.