Color Hex Logo

#ca778c Color Hex

#CA778C
(202,119,140)
0 Favorites   0 Comments

Color spaces of #ca778c

RGB 202119140
HSL0.960.440.63
HSV345°41°79°
CMYK 0.000.410.31   0.21
XYZ35.687627.643728.2658
Yxy27.64370.38960.3018
Hunter Lab52.577329.14934.9295
CIE-Lab59.565535.00082.7010

#ca778c color RGB value is (202,119,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 10001100
Octal 312 167 214
Decimal 202 119 140
Hex CA 77 8C

RGB Percentages of Color #ca778c

%43.82
%25.81
%30.37

CMYK Percentages of Color #ca778c

%0
%41
%31
%21

Triadic Colors of #ca778c

#ca778c #8cca77 #778cca

Analogous Colors of #ca778c

#ca778c #ca8c77 #ca77b6

Monochromatic Colors of #ca778c

#ca778c

Complementary Color

#ca778c #77cab5

#ca778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca778c Color CSS Codes

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

#ca778c Text Font Color

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

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


#ca778c Background Color

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

This div background color is #ca778c


#ca778c Border Color

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

This div border color is #ca778c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca778c


Comments

No comments written yet.

Please login to write comment.