Color Hex Logo

#c886ab Color Hex

#C886AB
(200,134,171)
0 Favorites   0 Comments

Color spaces of #c886ab

RGB 200134171
HSL0.910.380.65
HSV326°33°78°
CMYK 0.000.330.15   0.22
XYZ39.695232.269842.6646
Yxy32.26980.34630.2815
Hunter Lab56.806525.3207-4.7653
CIE-Lab63.565230.7866-9.1707

#c886ab color RGB value is (200,134,171).

#c886ab hex color red value is 200, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c886ab hue: 0.91 , saturation: 0.38 and the lightness value of c886ab is 0.65.

The process color (four color CMYK) of #c886ab color hex is 0.00, 0.33, 0.15, 0.22. Web safe color of #c886ab is #cc9999. Color #c886ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000110 10101011
Octal 310 206 253
Decimal 200 134 171
Hex C8 86 AB

RGB Percentages of Color #c886ab

%39.60
%26.53
%33.86

CMYK Percentages of Color #c886ab

%0
%33
%15
%22

Triadic Colors of #c886ab

#c886ab #abc886 #86abc8

Analogous Colors of #c886ab

#c886ab #c8868a #c486c8

Monochromatic Colors of #c886ab

#c886ab

Complementary Color

#c886ab #86c8a3

#c886ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c886ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c886ab Color CSS Codes

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

#c886ab Text Font Color

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

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


#c886ab Background Color

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

This div background color is #c886ab


#c886ab Border Color

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

This div border color is #c886ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c886ab


Comments

No comments written yet.

Please login to write comment.