Color Hex Logo

#ce88df Color Hex

#CE88DF
(206,136,223)
0 Favorites   0 Comments

Color spaces of #ce88df

RGB 206136223
HSL0.800.580.70
HSV288°39°87°
CMYK 0.080.390.00   0.13
XYZ47.577036.057874.2643
Yxy36.05780.30130.2284
Hunter Lab60.048136.3438-31.2930
CIE-Lab66.564141.1195-33.6984

#ce88df color RGB value is (206,136,223).

#ce88df hex color red value is 206, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce88df hue: 0.80 , saturation: 0.58 and the lightness value of ce88df is 0.70.

The process color (four color CMYK) of #ce88df color hex is 0.08, 0.39, 0.00, 0.13. Web safe color of #ce88df is #cc99cc. Color #ce88df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001000 11011111
Octal 316 210 337
Decimal 206 136 223
Hex CE 88 DF

RGB Percentages of Color #ce88df

%36.46
%24.07
%39.47

CMYK Percentages of Color #ce88df

%8
%39
%0
%13

Triadic Colors of #ce88df

#ce88df #dfce88 #88dfce

Analogous Colors of #ce88df

#ce88df #df88c5 #a388df

Monochromatic Colors of #ce88df

#ce88df

Complementary Color

#ce88df #99df88

#ce88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce88df Color CSS Codes

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

#ce88df Text Font Color

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

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


#ce88df Background Color

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

This div background color is #ce88df


#ce88df Border Color

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

This div border color is #ce88df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce88df


Comments

No comments written yet.

Please login to write comment.