Color Hex Logo

#ca779c Color Hex

#CA779C
(202,119,156)
0 Favorites   0 Comments

Color spaces of #ca779c

RGB 202119156
HSL0.930.440.63
HSV333°41°79°
CMYK 0.000.410.23   0.21
XYZ36.954728.150534.9384
Yxy28.15050.36940.2814
Hunter Lab53.057031.4770-1.9029
CIE-Lab60.024537.2419-5.8467

#ca779c color RGB value is (202,119,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 10011100
Octal 312 167 234
Decimal 202 119 156
Hex CA 77 9C

RGB Percentages of Color #ca779c

%42.35
%24.95
%32.70

CMYK Percentages of Color #ca779c

%0
%41
%23
%21

Triadic Colors of #ca779c

#ca779c #9cca77 #779cca

Analogous Colors of #ca779c

#ca779c #ca7c77 #ca77c6

Monochromatic Colors of #ca779c

#ca779c

Complementary Color

#ca779c #77caa5

#ca779c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca779c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca779c Color CSS Codes

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

#ca779c Text Font Color

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

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


#ca779c Background Color

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

This div background color is #ca779c


#ca779c Border Color

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

This div border color is #ca779c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca779c


Comments

No comments written yet.

Please login to write comment.