Color Hex Logo

#ce8baa Color Hex

#CE8BAA
(206,139,170)
0 Favorites   0 Comments

Color spaces of #ce8baa

RGB 206139170
HSL0.920.410.68
HSV332°33°81°
CMYK 0.000.330.17   0.19
XYZ41.941934.489342.4767
Yxy34.48930.35270.2901
Hunter Lab58.727624.7073-1.7742
CIE-Lab65.349130.0196-5.8799

#ce8baa color RGB value is (206,139,170).

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

The process color (four color CMYK) of #ce8baa color hex is 0.00, 0.33, 0.17, 0.19. Web safe color of #ce8baa is #cc9999. Color #ce8baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 10101010
Octal 316 213 252
Decimal 206 139 170
Hex CE 8B AA

RGB Percentages of Color #ce8baa

%40.00
%26.99
%33.01

CMYK Percentages of Color #ce8baa

%0
%33
%17
%19

Triadic Colors of #ce8baa

#ce8baa #aace8b #8baace

Analogous Colors of #ce8baa

#ce8baa #ce8e8b #ce8bcc

Monochromatic Colors of #ce8baa

#ce8baa

Complementary Color

#ce8baa #8bceaf

#ce8baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8baa Color CSS Codes

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

#ce8baa Text Font Color

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

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


#ce8baa Background Color

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

This div background color is #ce8baa


#ce8baa Border Color

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

This div border color is #ce8baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8baa


Comments

No comments written yet.

Please login to write comment.