Color Hex Logo

#ce8bbf Color Hex

#CE8BBF
(206,139,191)
0 Favorites   0 Comments

Color spaces of #ce8bbf

RGB 206139191
HSL0.870.410.68
HSV313°33°81°
CMYK 0.000.330.07   0.19
XYZ44.090235.348653.7894
Yxy35.34860.33090.2653
Hunter Lab59.454728.3257-12.0221
CIE-Lab66.019233.5228-16.6914

#ce8bbf color RGB value is (206,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 10111111
Octal 316 213 277
Decimal 206 139 191
Hex CE 8B BF

RGB Percentages of Color #ce8bbf

%38.43
%25.93
%35.63

CMYK Percentages of Color #ce8bbf

%0
%33
%7
%19

Triadic Colors of #ce8bbf

#ce8bbf #bfce8b #8bbfce

Analogous Colors of #ce8bbf

#ce8bbf #ce8b9e #bc8bce

Monochromatic Colors of #ce8bbf

#ce8bbf

Complementary Color

#ce8bbf #8bce9a

#ce8bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8bbf Color CSS Codes

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

#ce8bbf Text Font Color

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

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


#ce8bbf Background Color

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

This div background color is #ce8bbf


#ce8bbf Border Color

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

This div border color is #ce8bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8bbf


Comments

No comments written yet.

Please login to write comment.