Color Hex Logo

#ca775f Color Hex

#CA775F
(202,119,95)
0 Favorites   0 Comments

Color spaces of #ca775f

RGB 20211995
HSL0.040.500.58
HSV13°53°79°
CMYK 0.000.410.53   0.21
XYZ33.019526.576414.2159
Yxy26.57640.44730.3601
Hunter Lab51.552324.113619.7370
CIE-Lab58.580230.024627.1250

#ca775f color RGB value is (202,119,95).

#ca775f hex color red value is 202, green value is 119 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ca775f hue: 0.04 , saturation: 0.50 and the lightness value of ca775f is 0.58.

The process color (four color CMYK) of #ca775f color hex is 0.00, 0.41, 0.53, 0.21. Web safe color of #ca775f is #cc6666. Color #ca775f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 01011111
Octal 312 167 137
Decimal 202 119 95
Hex CA 77 5F

RGB Percentages of Color #ca775f

%48.56
%28.61
%22.84

CMYK Percentages of Color #ca775f

%0
%41
%53
%21

Triadic Colors of #ca775f

#ca775f #5fca77 #775fca

Analogous Colors of #ca775f

#ca775f #caad5f #ca5f7d

Monochromatic Colors of #ca775f

#ca775f

Complementary Color

#ca775f #5fb2ca

#ca775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca775f Color CSS Codes

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

#ca775f Text Font Color

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

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


#ca775f Background Color

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

This div background color is #ca775f


#ca775f Border Color

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

This div border color is #ca775f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca775f


Comments

No comments written yet.

Please login to write comment.