Color Hex Logo

#ca958a Color Hex

#CA958A
(202,149,138)
0 Favorites   0 Comments

Color spaces of #ca958a

RGB 202149138
HSL0.030.380.67
HSV10°32°79°
CMYK 0.000.260.32   0.21
XYZ39.692035.886428.8795
Yxy35.88640.38000.3435
Hunter Lab59.905313.436213.3508
CIE-Lab66.433018.415413.6249

#ca958a color RGB value is (202,149,138).

#ca958a hex color red value is 202, green value is 149 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ca958a hue: 0.03 , saturation: 0.38 and the lightness value of ca958a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010101 10001010
Octal 312 225 212
Decimal 202 149 138
Hex CA 95 8A

RGB Percentages of Color #ca958a

%41.31
%30.47
%28.22

CMYK Percentages of Color #ca958a

%0
%26
%32
%21

Triadic Colors of #ca958a

#ca958a #8aca95 #958aca

Analogous Colors of #ca958a

#ca958a #cab58a #ca8a9f

Monochromatic Colors of #ca958a

#ca958a

Complementary Color

#ca958a #8abfca

#ca958a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca958a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca958a Color CSS Codes

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

#ca958a Text Font Color

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

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


#ca958a Background Color

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

This div background color is #ca958a


#ca958a Border Color

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

This div border color is #ca958a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca958a


Comments

No comments written yet.

Please login to write comment.