Color Hex Logo

#c88cce Color Hex

#C88CCE
(200,140,206)
0 Favorites   0 Comments

Color spaces of #c88cce

RGB 200140206
HSL0.820.400.68
HSV295°32°81°
CMYK 0.030.320.00   0.19
XYZ44.338135.491862.9062
Yxy35.49180.31060.2487
Hunter Lab59.575028.5906-20.9028
CIE-Lab66.129833.7701-24.9711

#c88cce color RGB value is (200,140,206).

#c88cce hex color red value is 200, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c88cce hue: 0.82 , saturation: 0.40 and the lightness value of c88cce is 0.68.

The process color (four color CMYK) of #c88cce color hex is 0.03, 0.32, 0.00, 0.19. Web safe color of #c88cce is #cc99cc. Color #c88cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001100 11001110
Octal 310 214 316
Decimal 200 140 206
Hex C8 8C CE

RGB Percentages of Color #c88cce

%36.63
%25.64
%37.73

CMYK Percentages of Color #c88cce

%3
%32
%0
%19

Triadic Colors of #c88cce

#c88cce #cec88c #8ccec8

Analogous Colors of #c88cce

#c88cce #ce8cb3 #a78cce

Monochromatic Colors of #c88cce

#c88cce

Complementary Color

#c88cce #92ce8c

#c88cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88cce Color CSS Codes

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

#c88cce Text Font Color

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

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


#c88cce Background Color

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

This div background color is #c88cce


#c88cce Border Color

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

This div border color is #c88cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88cce


Comments

No comments written yet.

Please login to write comment.