Color Hex Logo

#ca847e Color Hex

#CA847E
(202,132,126)
0 Favorites   0 Comments

Color spaces of #ca847e

RGB 202132126
HSL0.010.420.64
HSV38°79°
CMYK 0.000.350.38   0.21
XYZ36.374330.565423.7213
Yxy30.56540.40120.3371
Hunter Lab55.286020.690013.2609
CIE-Lab62.139026.206814.3789

#ca847e color RGB value is (202,132,126).

#ca847e hex color red value is 202, green value is 132 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ca847e hue: 0.01 , saturation: 0.42 and the lightness value of ca847e is 0.64.

The process color (four color CMYK) of #ca847e color hex is 0.00, 0.35, 0.38, 0.21. Web safe color of #ca847e is #cc9966. Color #ca847e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 01111110
Octal 312 204 176
Decimal 202 132 126
Hex CA 84 7E

RGB Percentages of Color #ca847e

%43.91
%28.70
%27.39

CMYK Percentages of Color #ca847e

%0
%35
%38
%21

Triadic Colors of #ca847e

#ca847e #7eca84 #847eca

Analogous Colors of #ca847e

#ca847e #caaa7e #ca7e9e

Monochromatic Colors of #ca847e

#ca847e

Complementary Color

#ca847e #7ec4ca

#ca847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca847e Color CSS Codes

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

#ca847e Text Font Color

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

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


#ca847e Background Color

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

This div background color is #ca847e


#ca847e Border Color

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

This div border color is #ca847e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca847e


Comments

No comments written yet.

Please login to write comment.