Color Hex Logo

#ca959a Color Hex

#CA959A
(202,149,154)
0 Favorites   0 Comments

Color spaces of #ca959a

RGB 202149154
HSL0.980.330.69
HSV354°26°79°
CMYK 0.000.260.24   0.21
XYZ40.937336.384535.4371
Yxy36.38450.36310.3227
Hunter Lab60.319615.58407.3915
CIE-Lab66.812720.64735.2087

#ca959a color RGB value is (202,149,154).

#ca959a hex color red value is 202, green value is 149 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ca959a hue: 0.98 , saturation: 0.33 and the lightness value of ca959a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010101 10011010
Octal 312 225 232
Decimal 202 149 154
Hex CA 95 9A

RGB Percentages of Color #ca959a

%40.00
%29.50
%30.50

CMYK Percentages of Color #ca959a

%0
%26
%24
%21

Triadic Colors of #ca959a

#ca959a #9aca95 #959aca

Analogous Colors of #ca959a

#ca959a #caab95 #ca95b5

Monochromatic Colors of #ca959a

#ca959a

Complementary Color

#ca959a #95cac5

#ca959a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca959a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca959a Color CSS Codes

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

#ca959a Text Font Color

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

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


#ca959a Background Color

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

This div background color is #ca959a


#ca959a Border Color

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

This div border color is #ca959a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca959a


Comments

No comments written yet.

Please login to write comment.