Color Hex Logo

#c88abb Color Hex

#C88ABB
(200,138,187)
0 Favorites   0 Comments

Color spaces of #c88abb

RGB 200138187
HSL0.870.360.66
HSV313°31°78°
CMYK 0.000.310.07   0.22
XYZ41.877534.044251.3777
Yxy34.04420.32900.2674
Hunter Lab58.347426.0063-11.3645
CIE-Lab64.997631.3396-16.0535

#c88abb color RGB value is (200,138,187).

#c88abb hex color red value is 200, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c88abb hue: 0.87 , saturation: 0.36 and the lightness value of c88abb is 0.66.

The process color (four color CMYK) of #c88abb color hex is 0.00, 0.31, 0.07, 0.22. Web safe color of #c88abb is #cc99cc. Color #c88abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 10111011
Octal 310 212 273
Decimal 200 138 187
Hex C8 8A BB

RGB Percentages of Color #c88abb

%38.10
%26.29
%35.62

CMYK Percentages of Color #c88abb

%0
%31
%7
%22

Triadic Colors of #c88abb

#c88abb #bbc88a #8abbc8

Analogous Colors of #c88abb

#c88abb #c88a9c #b68ac8

Monochromatic Colors of #c88abb

#c88abb

Complementary Color

#c88abb #8ac897

#c88abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88abb Color CSS Codes

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

#c88abb Text Font Color

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

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


#c88abb Background Color

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

This div background color is #c88abb


#c88abb Border Color

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

This div border color is #c88abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,138,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88abb


Comments

No comments written yet.

Please login to write comment.