Color Hex Logo

#ca7689 Color Hex

#CA7689
(202,118,137)
0 Favorites   0 Comments

Color spaces of #ca7689

RGB 202118137
HSL0.960.440.63
HSV346°42°79°
CMYK 0.000.420.32   0.21
XYZ35.350927.319627.0769
Yxy27.31960.39390.3044
Hunter Lab52.268229.25695.8732
CIE-Lab59.269035.14074.0043

#ca7689 color RGB value is (202,118,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110110 10001001
Octal 312 166 211
Decimal 202 118 137
Hex CA 76 89

RGB Percentages of Color #ca7689

%44.20
%25.82
%29.98

CMYK Percentages of Color #ca7689

%0
%42
%32
%21

Triadic Colors of #ca7689

#ca7689 #89ca76 #7689ca

Analogous Colors of #ca7689

#ca7689 #ca8d76 #ca76b3

Monochromatic Colors of #ca7689

#ca7689

Complementary Color

#ca7689 #76cab7

#ca7689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7689 Color CSS Codes

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

#ca7689 Text Font Color

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

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


#ca7689 Background Color

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

This div background color is #ca7689


#ca7689 Border Color

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

This div border color is #ca7689


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,118,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 #ca7689">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7689


Comments

No comments written yet.

Please login to write comment.