Color Hex Logo

#c683ab Color Hex

#C683AB
(198,131,171)
0 Favorites   0 Comments

Color spaces of #c683ab

RGB 198131171
HSL0.900.370.65
HSV324°34°78°
CMYK 0.000.340.14   0.22
XYZ38.755731.178642.5035
Yxy31.17860.34470.2773
Hunter Lab55.837826.1765-6.0448
CIE-Lab62.658131.7245-10.5503

#c683ab color RGB value is (198,131,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 10101011
Octal 306 203 253
Decimal 198 131 171
Hex C6 83 AB

RGB Percentages of Color #c683ab

%39.60
%26.20
%34.20

CMYK Percentages of Color #c683ab

%0
%34
%14
%22

Triadic Colors of #c683ab

#c683ab #abc683 #83abc6

Analogous Colors of #c683ab

#c683ab #c6838a #c083c6

Monochromatic Colors of #c683ab

#c683ab

Complementary Color

#c683ab #83c69e

#c683ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c683ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c683ab Color CSS Codes

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

#c683ab Text Font Color

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

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


#c683ab Background Color

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

This div background color is #c683ab


#c683ab Border Color

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

This div border color is #c683ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c683ab


Comments

No comments written yet.

Please login to write comment.