Color Hex Logo

#ca699b Color Hex

#CA699B
(202,105,155)
0 Favorites   0 Comments

Color spaces of #ca699b

RGB 202105155
HSL0.910.480.60
HSV329°48°79°
CMYK 0.000.480.23   0.21
XYZ35.325125.026333.9791
Yxy25.02630.37450.2653
Hunter Lab50.026338.4983-5.2528
CIE-Lab57.101044.3978-9.6223

#ca699b color RGB value is (202,105,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101001 10011011
Octal 312 151 233
Decimal 202 105 155
Hex CA 69 9B

RGB Percentages of Color #ca699b

%43.72
%22.73
%33.55

CMYK Percentages of Color #ca699b

%0
%48
%23
%21

Triadic Colors of #ca699b

#ca699b #9bca69 #699bca

Analogous Colors of #ca699b

#ca699b #ca696b #c969ca

Monochromatic Colors of #ca699b

#ca699b

Complementary Color

#ca699b #69ca98

#ca699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca699b Color CSS Codes

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

#ca699b Text Font Color

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

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


#ca699b Background Color

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

This div background color is #ca699b


#ca699b Border Color

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

This div border color is #ca699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca699b


Comments

No comments written yet.

Please login to write comment.