Color Hex Logo

#ca968a Color Hex

#CA968A
(202,150,138)
0 Favorites   0 Comments

Color spaces of #ca968a

RGB 202150138
HSL0.030.380.67
HSV11°32°79°
CMYK 0.000.260.32   0.21
XYZ39.850936.204228.9325
Yxy36.20420.37960.3448
Hunter Lab60.169912.924213.6096
CIE-Lab66.675717.867713.9647

#ca968a color RGB value is (202,150,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 10001010
Octal 312 226 212
Decimal 202 150 138
Hex CA 96 8A

RGB Percentages of Color #ca968a

%41.22
%30.61
%28.16

CMYK Percentages of Color #ca968a

%0
%26
%32
%21

Triadic Colors of #ca968a

#ca968a #8aca96 #968aca

Analogous Colors of #ca968a

#ca968a #cab68a #ca8a9e

Monochromatic Colors of #ca968a

#ca968a

Complementary Color

#ca968a #8abeca

#ca968a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca968a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca968a Color CSS Codes

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

#ca968a Text Font Color

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

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


#ca968a Background Color

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

This div background color is #ca968a


#ca968a Border Color

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

This div border color is #ca968a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,150,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 #ca968a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca968a


Comments

No comments written yet.

Please login to write comment.