Color Hex Logo

#ce8bbb Color Hex

#CE8BBB
(206,139,187)
0 Favorites   0 Comments

Color spaces of #ce8bbb

RGB 206139187
HSL0.880.410.68
HSV317°33°81°
CMYK 0.000.330.09   0.19
XYZ43.655935.174951.5022
Yxy35.17490.33500.2699
Hunter Lab59.308427.6010-9.9703
CIE-Lab65.884632.8277-14.6499

#ce8bbb color RGB value is (206,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 10111011
Octal 316 213 273
Decimal 206 139 187
Hex CE 8B BB

RGB Percentages of Color #ce8bbb

%38.72
%26.13
%35.15

CMYK Percentages of Color #ce8bbb

%0
%33
%9
%19

Triadic Colors of #ce8bbb

#ce8bbb #bbce8b #8bbbce

Analogous Colors of #ce8bbb

#ce8bbb #ce8b9a #c08bce

Monochromatic Colors of #ce8bbb

#ce8bbb

Complementary Color

#ce8bbb #8bce9e

#ce8bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8bbb Color CSS Codes

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

#ce8bbb Text Font Color

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

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


#ce8bbb Background Color

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

This div background color is #ce8bbb


#ce8bbb Border Color

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

This div border color is #ce8bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8bbb


Comments

No comments written yet.

Please login to write comment.