Color Hex Logo

#ca777f Color Hex

#CA777F
(202,119,127)
0 Favorites   0 Comments

Color spaces of #ca777f

RGB 202119127
HSL0.980.440.63
HSV354°41°79°
CMYK 0.000.410.37   0.21
XYZ34.784727.282523.5114
Yxy27.28250.40650.3188
Hunter Lab52.232727.46629.8747
CIE-Lab59.234933.35759.7278

#ca777f color RGB value is (202,119,127).

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

The process color (four color CMYK) of #ca777f color hex is 0.00, 0.41, 0.37, 0.21. Web safe color of #ca777f is #cc6666. Color #ca777f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 01111111
Octal 312 167 177
Decimal 202 119 127
Hex CA 77 7F

RGB Percentages of Color #ca777f

%45.09
%26.56
%28.35

CMYK Percentages of Color #ca777f

%0
%41
%37
%21

Triadic Colors of #ca777f

#ca777f #7fca77 #777fca

Analogous Colors of #ca777f

#ca777f #ca9977 #ca77a9

Monochromatic Colors of #ca777f

#ca777f

Complementary Color

#ca777f #77cac2

#ca777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca777f Color CSS Codes

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

#ca777f Text Font Color

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

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


#ca777f Background Color

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

This div background color is #ca777f


#ca777f Border Color

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

This div border color is #ca777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca777f


Comments

No comments written yet.

Please login to write comment.