Color Hex Logo

#ca952a Color Hex

#CA952A
(202,149,42)
0 Favorites   0 Comments

Color spaces of #ca952a

RGB 20214942
HSL0.110.660.48
HSV40°79°79°
CMYK 0.000.260.79   0.21
XYZ35.522534.21866.9231
Yxy34.21860.46340.4463
Hunter Lab58.49676.026233.9307
CIE-Lab65.135710.434060.0633

#ca952a color RGB value is (202,149,42).

#ca952a hex color red value is 202, green value is 149 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ca952a hue: 0.11 , saturation: 0.66 and the lightness value of ca952a is 0.48.

The process color (four color CMYK) of #ca952a color hex is 0.00, 0.26, 0.79, 0.21. Web safe color of #ca952a is #cc9933. Color #ca952a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010101 00101010
Octal 312 225 52
Decimal 202 149 42
Hex CA 95 2A

RGB Percentages of Color #ca952a

%51.40
%37.91
%10.69

CMYK Percentages of Color #ca952a

%0
%26
%79
%21

Triadic Colors of #ca952a

#ca952a #2aca95 #952aca

Analogous Colors of #ca952a

#ca952a #afca2a #ca452a

Monochromatic Colors of #ca952a

#ca952a

Complementary Color

#ca952a #2a5fca

#ca952a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca952a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca952a Color CSS Codes

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

#ca952a Text Font Color

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

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


#ca952a Background Color

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

This div background color is #ca952a


#ca952a Border Color

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

This div border color is #ca952a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca952a


Comments

No comments written yet.

Please login to write comment.