Color Hex Logo

#ce8bbd Color Hex

#CE8BBD
(206,139,189)
0 Favorites   0 Comments

Color spaces of #ce8bbd

RGB 206139189
HSL0.880.410.68
HSV315°33°81°
CMYK 0.000.330.08   0.19
XYZ43.871535.261252.6379
Yxy35.26120.33290.2676
Hunter Lab59.381127.9609-10.9903
CIE-Lab65.951533.1734-15.6717

#ce8bbd color RGB value is (206,139,189).

#ce8bbd hex color red value is 206, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ce8bbd hue: 0.88 , saturation: 0.41 and the lightness value of ce8bbd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 10111101
Octal 316 213 275
Decimal 206 139 189
Hex CE 8B BD

RGB Percentages of Color #ce8bbd

%38.58
%26.03
%35.39

CMYK Percentages of Color #ce8bbd

%0
%33
%8
%19

Triadic Colors of #ce8bbd

#ce8bbd #bdce8b #8bbdce

Analogous Colors of #ce8bbd

#ce8bbd #ce8b9c #be8bce

Monochromatic Colors of #ce8bbd

#ce8bbd

Complementary Color

#ce8bbd #8bce9c

#ce8bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8bbd Color CSS Codes

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

#ce8bbd Text Font Color

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

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


#ce8bbd Background Color

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

This div background color is #ce8bbd


#ce8bbd Border Color

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

This div border color is #ce8bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8bbd


Comments

No comments written yet.

Please login to write comment.