Color Hex Logo

#ce8eab Color Hex

#CE8EAB
(206,142,171)
0 Favorites   0 Comments

Color spaces of #ce8eab

RGB 206142171
HSL0.920.400.68
HSV333°31°81°
CMYK 0.000.310.17   0.19
XYZ42.477335.408143.1237
Yxy35.40810.35100.2926
Hunter Lab59.504723.2886-1.3148
CIE-Lab66.065228.5461-5.3836

#ce8eab color RGB value is (206,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001110 10101011
Octal 316 216 253
Decimal 206 142 171
Hex CE 8E AB

RGB Percentages of Color #ce8eab

%39.69
%27.36
%32.95

CMYK Percentages of Color #ce8eab

%0
%31
%17
%19

Triadic Colors of #ce8eab

#ce8eab #abce8e #8eabce

Analogous Colors of #ce8eab

#ce8eab #ce918e #ce8ecb

Monochromatic Colors of #ce8eab

#ce8eab

Complementary Color

#ce8eab #8eceb1

#ce8eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8eab Color CSS Codes

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

#ce8eab Text Font Color

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

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


#ce8eab Background Color

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

This div background color is #ce8eab


#ce8eab Border Color

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

This div border color is #ce8eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8eab


Comments

No comments written yet.

Please login to write comment.