Color Hex Logo

#c689ad Color Hex

#C689AD
(198,137,173)
0 Favorites   0 Comments

Color spaces of #c689ad

RGB 198137173
HSL0.900.350.66
HSV325°31°78°
CMYK 0.000.310.13   0.22
XYZ39.777232.914243.7918
Yxy32.91420.34150.2826
Hunter Lab57.370923.3611-5.0970
CIE-Lab64.091428.7760-9.5413

#c689ad color RGB value is (198,137,173).

#c689ad hex color red value is 198, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c689ad hue: 0.90 , saturation: 0.35 and the lightness value of c689ad is 0.66.

The process color (four color CMYK) of #c689ad color hex is 0.00, 0.31, 0.13, 0.22. Web safe color of #c689ad is #cc9999. Color #c689ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 10101101
Octal 306 211 255
Decimal 198 137 173
Hex C6 89 AD

RGB Percentages of Color #c689ad

%38.98
%26.97
%34.06

CMYK Percentages of Color #c689ad

%0
%31
%13
%22

Triadic Colors of #c689ad

#c689ad #adc689 #89adc6

Analogous Colors of #c689ad

#c689ad #c6898f #c189c6

Monochromatic Colors of #c689ad

#c689ad

Complementary Color

#c689ad #89c6a2

#c689ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c689ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c689ad Color CSS Codes

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

#c689ad Text Font Color

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

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


#c689ad Background Color

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

This div background color is #c689ad


#c689ad Border Color

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

This div border color is #c689ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c689ad


Comments

No comments written yet.

Please login to write comment.