Color Hex Logo

#ca7989 Color Hex

#CA7989
(202,121,137)
0 Favorites   0 Comments

Color spaces of #ca7989

RGB 202121137
HSL0.970.430.63
HSV348°40°79°
CMYK 0.000.400.32   0.21
XYZ35.709928.037427.1966
Yxy28.03740.39270.3083
Hunter Lab52.950427.71796.6125
CIE-Lab59.922533.53694.9460

#ca7989 color RGB value is (202,121,137).

#ca7989 hex color red value is 202, green value is 121 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ca7989 hue: 0.97 , saturation: 0.43 and the lightness value of ca7989 is 0.63.

The process color (four color CMYK) of #ca7989 color hex is 0.00, 0.40, 0.32, 0.21. Web safe color of #ca7989 is #cc6699. Color #ca7989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 10001001
Octal 312 171 211
Decimal 202 121 137
Hex CA 79 89

RGB Percentages of Color #ca7989

%43.91
%26.30
%29.78

CMYK Percentages of Color #ca7989

%0
%40
%32
%21

Triadic Colors of #ca7989

#ca7989 #89ca79 #7989ca

Analogous Colors of #ca7989

#ca7989 #ca9279 #ca79b2

Monochromatic Colors of #ca7989

#ca7989

Complementary Color

#ca7989 #79caba

#ca7989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7989 Color CSS Codes

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

#ca7989 Text Font Color

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

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


#ca7989 Background Color

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

This div background color is #ca7989


#ca7989 Border Color

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

This div border color is #ca7989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7989


Comments

No comments written yet.

Please login to write comment.