Color Hex Logo

#c689ab Color Hex

#C689AB
(198,137,171)
0 Favorites   0 Comments

Color spaces of #c689ab

RGB 198137171
HSL0.910.350.66
HSV327°31°78°
CMYK 0.000.310.14   0.22
XYZ39.585032.837442.7800
Yxy32.83740.34360.2850
Hunter Lab57.303923.0242-4.1499
CIE-Lab64.029028.4413-8.5029

#c689ab color RGB value is (198,137,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 10101011
Octal 306 211 253
Decimal 198 137 171
Hex C6 89 AB

RGB Percentages of Color #c689ab

%39.13
%27.08
%33.79

CMYK Percentages of Color #c689ab

%0
%31
%14
%22

Triadic Colors of #c689ab

#c689ab #abc689 #89abc6

Analogous Colors of #c689ab

#c689ab #c6898d #c389c6

Monochromatic Colors of #c689ab

#c689ab

Complementary Color

#c689ab #89c6a4

#c689ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c689ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c689ab Color CSS Codes

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

#c689ab Text Font Color

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

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


#c689ab Background Color

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

This div background color is #c689ab


#c689ab Border Color

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

This div border color is #c689ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c689ab


Comments

No comments written yet.

Please login to write comment.