Color Hex Logo

#ce89dd Color Hex

#CE89DD
(206,137,221)
0 Favorites   0 Comments

Color spaces of #ce89dd

RGB 206137221
HSL0.800.550.70
HSV289°38°87°
CMYK 0.070.380.00   0.13
XYZ47.450436.233672.8995
Yxy36.23360.30300.2314
Hunter Lab60.194435.3690-29.6682
CIE-Lab66.698040.1897-32.3823

#ce89dd color RGB value is (206,137,221).

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

The process color (four color CMYK) of #ce89dd color hex is 0.07, 0.38, 0.00, 0.13. Web safe color of #ce89dd is #cc99cc. Color #ce89dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001001 11011101
Octal 316 211 335
Decimal 206 137 221
Hex CE 89 DD

RGB Percentages of Color #ce89dd

%36.52
%24.29
%39.18

CMYK Percentages of Color #ce89dd

%7
%38
%0
%13

Triadic Colors of #ce89dd

#ce89dd #ddce89 #89ddce

Analogous Colors of #ce89dd

#ce89dd #dd89c2 #a489dd

Monochromatic Colors of #ce89dd

#ce89dd

Complementary Color

#ce89dd #98dd89

#ce89dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce89dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce89dd Color CSS Codes

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

#ce89dd Text Font Color

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

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


#ce89dd Background Color

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

This div background color is #ce89dd


#ce89dd Border Color

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

This div border color is #ce89dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce89dd


Comments

No comments written yet.

Please login to write comment.