Color Hex Logo

#ce89df Color Hex

#CE89DF
(206,137,223)
0 Favorites   0 Comments

Color spaces of #ce89df

RGB 206137223
HSL0.800.570.71
HSV288°39°87°
CMYK 0.080.390.00   0.13
XYZ47.718536.340874.3115
Yxy36.34080.30130.2295
Hunter Lab60.283335.7995-30.8887
CIE-Lab66.779540.5841-33.3643

#ce89df color RGB value is (206,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001001 11011111
Octal 316 211 337
Decimal 206 137 223
Hex CE 89 DF

RGB Percentages of Color #ce89df

%36.40
%24.20
%39.40

CMYK Percentages of Color #ce89df

%8
%39
%0
%13

Triadic Colors of #ce89df

#ce89df #dfce89 #89dfce

Analogous Colors of #ce89df

#ce89df #df89c5 #a389df

Monochromatic Colors of #ce89df

#ce89df

Complementary Color

#ce89df #9adf89

#ce89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce89df Color CSS Codes

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

#ce89df Text Font Color

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

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


#ce89df Background Color

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

This div background color is #ce89df


#ce89df Border Color

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

This div border color is #ce89df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,137,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 #ce89df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce89df


Comments

No comments written yet.

Please login to write comment.