Color Hex Logo

#c88acb Color Hex

#C88ACB
(200,138,203)
0 Favorites   0 Comments

Color spaces of #c88acb

RGB 200138203
HSL0.830.380.67
HSV297°32°80°
CMYK 0.010.320.00   0.20
XYZ43.687434.768160.9083
Yxy34.76810.31350.2495
Hunter Lab58.964529.0647-19.9694
CIE-Lab65.567734.2864-24.1578

#c88acb color RGB value is (200,138,203).

#c88acb hex color red value is 200, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c88acb hue: 0.83 , saturation: 0.38 and the lightness value of c88acb is 0.67.

The process color (four color CMYK) of #c88acb color hex is 0.01, 0.32, 0.00, 0.20. Web safe color of #c88acb is #cc99cc. Color #c88acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 11001011
Octal 310 212 313
Decimal 200 138 203
Hex C8 8A CB

RGB Percentages of Color #c88acb

%36.97
%25.51
%37.52

CMYK Percentages of Color #c88acb

%1
%32
%0
%20

Triadic Colors of #c88acb

#c88acb #cbc88a #8acbc8

Analogous Colors of #c88acb

#c88acb #cb8aae #a88acb

Monochromatic Colors of #c88acb

#c88acb

Complementary Color

#c88acb #8dcb8a

#c88acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88acb Color CSS Codes

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

#c88acb Text Font Color

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

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


#c88acb Background Color

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

This div background color is #c88acb


#c88acb Border Color

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

This div border color is #c88acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88acb


Comments

No comments written yet.

Please login to write comment.