Color Hex Logo

#c88eec Color Hex

#C88EEC
(200,142,236)
0 Favorites   0 Comments

Color spaces of #c88eec

RGB 200142236
HSL0.770.710.74
HSV277°40°93°
CMYK 0.150.400.00   0.07
XYZ48.632737.681584.0669
Yxy37.68150.28540.2212
Hunter Lab61.385333.9931-38.2278
CIE-Lab67.785238.7709-39.0211

#c88eec color RGB value is (200,142,236).

#c88eec hex color red value is 200, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c88eec hue: 0.77 , saturation: 0.71 and the lightness value of c88eec is 0.74.

The process color (four color CMYK) of #c88eec color hex is 0.15, 0.40, 0.00, 0.07. Web safe color of #c88eec is #cc99ff. Color #c88eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001110 11101100
Octal 310 216 354
Decimal 200 142 236
Hex C8 8E EC

RGB Percentages of Color #c88eec

%34.60
%24.57
%40.83

CMYK Percentages of Color #c88eec

%15
%40
%0
%7

Triadic Colors of #c88eec

#c88eec #ecc88e #8eecc8

Analogous Colors of #c88eec

#c88eec #ec8ee1 #998eec

Monochromatic Colors of #c88eec

#c88eec

Complementary Color

#c88eec #b2ec8e

#c88eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88eec Color CSS Codes

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

#c88eec Text Font Color

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

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


#c88eec Background Color

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

This div background color is #c88eec


#c88eec Border Color

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

This div border color is #c88eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88eec


Comments

No comments written yet.

Please login to write comment.