Color Hex Logo

#ca699f Color Hex

#CA699F
(202,105,159)
0 Favorites   0 Comments

Color spaces of #ca699f

RGB 202105159
HSL0.910.480.60
HSV327°48°79°
CMYK 0.000.480.21   0.21
XYZ35.666725.162935.7780
Yxy25.16290.36920.2605
Hunter Lab50.162639.1327-7.1742
CIE-Lab57.233844.9806-11.7463

#ca699f color RGB value is (202,105,159).

#ca699f hex color red value is 202, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ca699f hue: 0.91 , saturation: 0.48 and the lightness value of ca699f is 0.60.

The process color (four color CMYK) of #ca699f color hex is 0.00, 0.48, 0.21, 0.21. Web safe color of #ca699f is #cc6699. Color #ca699f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 10011111
Octal 312 151 237
Decimal 202 105 159
Hex CA 69 9F

RGB Percentages of Color #ca699f

%43.35
%22.53
%34.12

CMYK Percentages of Color #ca699f

%0
%48
%21
%21

Triadic Colors of #ca699f

#ca699f #9fca69 #699fca

Analogous Colors of #ca699f

#ca699f #ca696f #c569ca

Monochromatic Colors of #ca699f

#ca699f

Complementary Color

#ca699f #69ca94

#ca699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca699f Color CSS Codes

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

#ca699f Text Font Color

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

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


#ca699f Background Color

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

This div background color is #ca699f


#ca699f Border Color

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

This div border color is #ca699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca699f


Comments

No comments written yet.

Please login to write comment.