Color Hex Logo

#ca949f Color Hex

#CA949F
(202,148,159)
0 Favorites   0 Comments

Color spaces of #ca949f

RGB 202148159
HSL0.970.340.69
HSV348°27°79°
CMYK 0.000.270.21   0.21
XYZ41.205036.239637.6241
Yxy36.23960.35810.3149
Hunter Lab60.199316.83015.0838
CIE-Lab66.702621.94312.2451

#ca949f color RGB value is (202,148,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 10011111
Octal 312 224 237
Decimal 202 148 159
Hex CA 94 9F

RGB Percentages of Color #ca949f

%39.69
%29.08
%31.24

CMYK Percentages of Color #ca949f

%0
%27
%21
%21

Triadic Colors of #ca949f

#ca949f #9fca94 #949fca

Analogous Colors of #ca949f

#ca949f #caa494 #ca94ba

Monochromatic Colors of #ca949f

#ca949f

Complementary Color

#ca949f #94cabf

#ca949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca949f Color CSS Codes

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

#ca949f Text Font Color

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

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


#ca949f Background Color

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

This div background color is #ca949f


#ca949f Border Color

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

This div border color is #ca949f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca949f


Comments

No comments written yet.

Please login to write comment.