Color Hex Logo

#c680ab Color Hex

#C680AB
(198,128,171)
0 Favorites   0 Comments

Color spaces of #c680ab

RGB 198128171
HSL0.900.380.64
HSV323°35°78°
CMYK 0.000.350.14   0.22
XYZ38.358630.384442.3711
Yxy30.38440.34520.2735
Hunter Lab55.122027.7519-6.9895
CIE-Lab61.984533.3574-11.5598

#c680ab color RGB value is (198,128,171).

#c680ab hex color red value is 198, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c680ab hue: 0.90 , saturation: 0.38 and the lightness value of c680ab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 10101011
Octal 306 200 253
Decimal 198 128 171
Hex C6 80 AB

RGB Percentages of Color #c680ab

%39.84
%25.75
%34.41

CMYK Percentages of Color #c680ab

%0
%35
%14
%22

Triadic Colors of #c680ab

#c680ab #abc680 #80abc6

Analogous Colors of #c680ab

#c680ab #c68088 #be80c6

Monochromatic Colors of #c680ab

#c680ab

Complementary Color

#c680ab #80c69b

#c680ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c680ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c680ab Color CSS Codes

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

#c680ab Text Font Color

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

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


#c680ab Background Color

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

This div background color is #c680ab


#c680ab Border Color

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

This div border color is #c680ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c680ab


Comments

No comments written yet.

Please login to write comment.