Color Hex Logo

#ca9983 Color Hex

#CA9983
(202,153,131)
0 Favorites   0 Comments

Color spaces of #ca9983

RGB 202153131
HSL0.050.400.65
HSV19°35°79°
CMYK 0.000.240.35   0.21
XYZ39.845136.977726.5101
Yxy36.97770.38560.3579
Hunter Lab60.809310.545316.7187
CIE-Lab67.260315.329518.6662

#ca9983 color RGB value is (202,153,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 10000011
Octal 312 231 203
Decimal 202 153 131
Hex CA 99 83

RGB Percentages of Color #ca9983

%41.56
%31.48
%26.95

CMYK Percentages of Color #ca9983

%0
%24
%35
%21

Triadic Colors of #ca9983

#ca9983 #83ca99 #9983ca

Analogous Colors of #ca9983

#ca9983 #cabd83 #ca8391

Monochromatic Colors of #ca9983

#ca9983

Complementary Color

#ca9983 #83b4ca

#ca9983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9983 Color CSS Codes

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

#ca9983 Text Font Color

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

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


#ca9983 Background Color

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

This div background color is #ca9983


#ca9983 Border Color

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

This div border color is #ca9983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9983


Comments

No comments written yet.

Please login to write comment.