Color Hex Logo

#ca699a Color Hex

#CA699A
(202,105,154)
0 Favorites   0 Comments

Color spaces of #ca699a

RGB 202105154
HSL0.920.480.60
HSV330°48°79°
CMYK 0.000.480.24   0.21
XYZ35.241424.992833.5385
Yxy24.99280.37580.2665
Hunter Lab49.992838.3425-4.7807
CIE-Lab57.068444.2543-9.0897

#ca699a color RGB value is (202,105,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 10011010
Octal 312 151 232
Decimal 202 105 154
Hex CA 69 9A

RGB Percentages of Color #ca699a

%43.82
%22.78
%33.41

CMYK Percentages of Color #ca699a

%0
%48
%24
%21

Triadic Colors of #ca699a

#ca699a #9aca69 #699aca

Analogous Colors of #ca699a

#ca699a #ca696a #ca69ca

Monochromatic Colors of #ca699a

#ca699a

Complementary Color

#ca699a #69ca99

#ca699a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca699a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca699a Color CSS Codes

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

#ca699a Text Font Color

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

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


#ca699a Background Color

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

This div background color is #ca699a


#ca699a Border Color

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

This div border color is #ca699a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca699a


Comments

No comments written yet.

Please login to write comment.