Color Hex Logo

#ca769d Color Hex

#CA769D
(202,118,157)
0 Favorites   0 Comments

Color spaces of #ca769d

RGB 202118157
HSL0.920.440.63
HSV332°42°79°
CMYK 0.000.420.22   0.21
XYZ36.921427.947735.3468
Yxy27.94770.36840.2789
Hunter Lab52.865632.1499-2.6364
CIE-Lab59.841537.9210-6.6937

#ca769d color RGB value is (202,118,157).

#ca769d hex color red value is 202, green value is 118 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ca769d hue: 0.92 , saturation: 0.44 and the lightness value of ca769d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 10011101
Octal 312 166 235
Decimal 202 118 157
Hex CA 76 9D

RGB Percentages of Color #ca769d

%42.35
%24.74
%32.91

CMYK Percentages of Color #ca769d

%0
%42
%22
%21

Triadic Colors of #ca769d

#ca769d #9dca76 #769dca

Analogous Colors of #ca769d

#ca769d #ca7976 #ca76c7

Monochromatic Colors of #ca769d

#ca769d

Complementary Color

#ca769d #76caa3

#ca769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca769d Color CSS Codes

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

#ca769d Text Font Color

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

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


#ca769d Background Color

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

This div background color is #ca769d


#ca769d Border Color

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

This div border color is #ca769d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca769d


Comments

No comments written yet.

Please login to write comment.