Color Hex Logo

#ce8bbe Color Hex

#CE8BBE
(206,139,190)
0 Favorites   0 Comments

Color spaces of #ce8bbe

RGB 206139190
HSL0.870.410.68
HSV314°33°81°
CMYK 0.000.330.08   0.19
XYZ43.980535.304853.2117
Yxy35.30480.33190.2665
Hunter Lab59.417828.1427-11.5047
CIE-Lab65.985333.3476-16.1818

#ce8bbe color RGB value is (206,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 10111110
Octal 316 213 276
Decimal 206 139 190
Hex CE 8B BE

RGB Percentages of Color #ce8bbe

%38.50
%25.98
%35.51

CMYK Percentages of Color #ce8bbe

%0
%33
%8
%19

Triadic Colors of #ce8bbe

#ce8bbe #bece8b #8bbece

Analogous Colors of #ce8bbe

#ce8bbe #ce8b9d #bd8bce

Monochromatic Colors of #ce8bbe

#ce8bbe

Complementary Color

#ce8bbe #8bce9b

#ce8bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8bbe Color CSS Codes

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

#ce8bbe Text Font Color

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

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


#ce8bbe Background Color

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

This div background color is #ce8bbe


#ce8bbe Border Color

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

This div border color is #ce8bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8bbe


Comments

No comments written yet.

Please login to write comment.