Color Hex Logo

#ce89cc Color Hex

#CE89CC
(206,137,204)
0 Favorites   0 Comments

Color spaces of #ce89cc

RGB 206137204
HSL0.840.410.67
HSV302°33°81°
CMYK 0.000.330.01   0.19
XYZ45.298335.372861.5669
Yxy35.37280.31850.2487
Hunter Lab59.475031.8706-19.7428
CIE-Lab66.037936.9455-23.9390

#ce89cc color RGB value is (206,137,204).

#ce89cc hex color red value is 206, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce89cc hue: 0.84 , saturation: 0.41 and the lightness value of ce89cc is 0.67.

The process color (four color CMYK) of #ce89cc color hex is 0.00, 0.33, 0.01, 0.19. Web safe color of #ce89cc is #cc99cc. Color #ce89cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001001 11001100
Octal 316 211 314
Decimal 206 137 204
Hex CE 89 CC

RGB Percentages of Color #ce89cc

%37.66
%25.05
%37.29

CMYK Percentages of Color #ce89cc

%0
%33
%1
%19

Triadic Colors of #ce89cc

#ce89cc #ccce89 #89ccce

Analogous Colors of #ce89cc

#ce89cc #ce89aa #ae89ce

Monochromatic Colors of #ce89cc

#ce89cc

Complementary Color

#ce89cc #89ce8b

#ce89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce89cc Color CSS Codes

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

#ce89cc Text Font Color

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

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


#ce89cc Background Color

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

This div background color is #ce89cc


#ce89cc Border Color

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

This div border color is #ce89cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce89cc


Comments

No comments written yet.

Please login to write comment.