Color Hex Logo

#ca7797 Color Hex

#CA7797
(202,119,151)
0 Favorites   0 Comments

Color spaces of #ca7797

RGB 202119151
HSL0.940.440.63
HSV337°41°79°
CMYK 0.000.410.25   0.21
XYZ36.539927.984632.7539
Yxy27.98460.37560.2877
Hunter Lab52.900530.71930.3203
CIE-Lab59.874836.5163-3.1894

#ca7797 color RGB value is (202,119,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110111 10010111
Octal 312 167 227
Decimal 202 119 151
Hex CA 77 97

RGB Percentages of Color #ca7797

%42.80
%25.21
%31.99

CMYK Percentages of Color #ca7797

%0
%41
%25
%21

Triadic Colors of #ca7797

#ca7797 #97ca77 #7797ca

Analogous Colors of #ca7797

#ca7797 #ca8177 #ca77c1

Monochromatic Colors of #ca7797

#ca7797

Complementary Color

#ca7797 #77caaa

#ca7797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7797 Color CSS Codes

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

#ca7797 Text Font Color

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

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


#ca7797 Background Color

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

This div background color is #ca7797


#ca7797 Border Color

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

This div border color is #ca7797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7797


Comments

No comments written yet.

Please login to write comment.