Color Hex Logo

#ca8482 Color Hex

#CA8482
(202,132,130)
0 Favorites   0 Comments

Color spaces of #ca8482

RGB 202132130
HSL0.000.400.65
HSV36°79°
CMYK 0.000.350.36   0.21
XYZ36.637630.670825.1081
Yxy30.67080.39640.3319
Hunter Lab55.381221.170011.8866
CIE-Lab62.228726.693912.2327

#ca8482 color RGB value is (202,132,130).

#ca8482 hex color red value is 202, green value is 132 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ca8482 hue: 0.00 , saturation: 0.40 and the lightness value of ca8482 is 0.65.

The process color (four color CMYK) of #ca8482 color hex is 0.00, 0.35, 0.36, 0.21. Web safe color of #ca8482 is #cc9999. Color #ca8482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000100 10000010
Octal 312 204 202
Decimal 202 132 130
Hex CA 84 82

RGB Percentages of Color #ca8482

%43.53
%28.45
%28.02

CMYK Percentages of Color #ca8482

%0
%35
%36
%21

Triadic Colors of #ca8482

#ca8482 #82ca84 #8482ca

Analogous Colors of #ca8482

#ca8482 #caa882 #ca82a4

Monochromatic Colors of #ca8482

#ca8482

Complementary Color

#ca8482 #82c8ca

#ca8482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8482 Color CSS Codes

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

#ca8482 Text Font Color

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

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


#ca8482 Background Color

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

This div background color is #ca8482


#ca8482 Border Color

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

This div border color is #ca8482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8482


Comments

No comments written yet.

Please login to write comment.