color codes Logo

#c88edc color codes

#C88EDC
(200,142,220)
0 Favorites   0 Comments

Color spaces of #c88edc

RGB 200142220
HSL0.790.530.71
HSV285°35°86°
CMYK 0.090.350.00   0.14
XYZ46.410736.792772.3657
Yxy36.79270.29830.2365
Hunter Lab60.657030.4266-28.2750
CIE-Lab67.121235.4472-31.2246

#c88edc color RGB value is (200,142,220).

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

The process color (four color CMYK) of #c88edc color code is 0.09, 0.35, 0.00, 0.14. Web safe color of #c88edc is #cc99cc. Color #c88edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001110 11011100
Octal 310 216 334
Decimal 200 142 220
Hex C8 8E DC

RGB Percentages of Color #c88edc

%35.59
%25.27
%39.15

CMYK Percentages of Color #c88edc

%9
%35
%0
%14

Triadic Colors of #c88edc

#c88edc #dcc88e #8edcc8

Analogous Colors of #c88edc

#c88edc #dc8ec9 #a18edc

Monochromatic Colors of #c88edc

#c88edc

Complementary Color

#c88edc #a2dc8e

#c88edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88edc Color CSS Codes

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

#c88edc Text Font Color

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

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


#c88edc Background Color

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

This div background color is #c88edc


#c88edc Border Color

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

This div border color is #c88edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88edc


Comments

No comments written yet.

Please login to write comment.