Color Hex Logo

#ca969f Color Hex

#CA969F
(202,150,159)
0 Favorites   0 Comments

Color spaces of #ca969f

RGB 202150159
HSL0.970.330.69
HSV350°26°79°
CMYK 0.000.260.21   0.21
XYZ41.521536.872537.7296
Yxy36.87250.35760.3175
Hunter Lab60.722715.79155.6665
CIE-Lab67.181320.84632.9394

#ca969f color RGB value is (202,150,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010110 10011111
Octal 312 226 237
Decimal 202 150 159
Hex CA 96 9F

RGB Percentages of Color #ca969f

%39.53
%29.35
%31.12

CMYK Percentages of Color #ca969f

%0
%26
%21
%21

Triadic Colors of #ca969f

#ca969f #9fca96 #969fca

Analogous Colors of #ca969f

#ca969f #caa796 #ca96b9

Monochromatic Colors of #ca969f

#ca969f

Complementary Color

#ca969f #96cac1

#ca969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca969f Color CSS Codes

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

#ca969f Text Font Color

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

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


#ca969f Background Color

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

This div background color is #ca969f


#ca969f Border Color

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

This div border color is #ca969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca969f


Comments

No comments written yet.

Please login to write comment.