Color Hex Logo

#c88aca Color Hex

#C88ACA
(200,138,202)
0 Favorites   0 Comments

Color spaces of #c88aca

RGB 200138202
HSL0.830.380.67
HSV298°32°79°
CMYK 0.010.320.00   0.21
XYZ43.568634.720660.2825
Yxy34.72060.31440.2506
Hunter Lab58.924228.8657-19.4098
CIE-Lab65.530634.0965-23.6555

#c88aca color RGB value is (200,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 11001010
Octal 310 212 312
Decimal 200 138 202
Hex C8 8A CA

RGB Percentages of Color #c88aca

%37.04
%25.56
%37.41

CMYK Percentages of Color #c88aca

%1
%32
%0
%21

Triadic Colors of #c88aca

#c88aca #cac88a #8acac8

Analogous Colors of #c88aca

#c88aca #ca8aac #a88aca

Monochromatic Colors of #c88aca

#c88aca

Complementary Color

#c88aca #8cca8a

#c88aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88aca Color CSS Codes

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

#c88aca Text Font Color

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

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


#c88aca Background Color

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

This div background color is #c88aca


#c88aca Border Color

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

This div border color is #c88aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88aca


Comments

No comments written yet.

Please login to write comment.