Color Hex Logo

#ca874b Color Hex

#CA874B
(202,135,75)
0 Favorites   0 Comments

Color spaces of #ca874b

RGB 20213575
HSL0.080.550.54
HSV28°63°79°
CMYK 0.000.330.63   0.21
XYZ34.291130.392510.7156
Yxy30.39250.45480.4031
Hunter Lab55.129414.552627.0663
CIE-Lab61.991419.776342.1296

#ca874b color RGB value is (202,135,75).

#ca874b hex color red value is 202, green value is 135 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ca874b hue: 0.08 , saturation: 0.55 and the lightness value of ca874b is 0.54.

The process color (four color CMYK) of #ca874b color hex is 0.00, 0.33, 0.63, 0.21. Web safe color of #ca874b is #cc9933. Color #ca874b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 01001011
Octal 312 207 113
Decimal 202 135 75
Hex CA 87 4B

RGB Percentages of Color #ca874b

%49.03
%32.77
%18.20

CMYK Percentages of Color #ca874b

%0
%33
%63
%21

Triadic Colors of #ca874b

#ca874b #4bca87 #874bca

Analogous Colors of #ca874b

#ca874b #cac74b #ca4b4e

Monochromatic Colors of #ca874b

#ca874b

Complementary Color

#ca874b #4b8eca

#ca874b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca874b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca874b Color CSS Codes

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

#ca874b Text Font Color

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

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


#ca874b Background Color

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

This div background color is #ca874b


#ca874b Border Color

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

This div border color is #ca874b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca874b


Comments

No comments written yet.

Please login to write comment.