Color Hex Logo

#ce8aac Color Hex

#CE8AAC
(206,138,172)
0 Favorites   0 Comments

Color spaces of #ce8aac

RGB 206138172
HSL0.920.410.67
HSV330°33°81°
CMYK 0.000.330.17   0.19
XYZ41.988534.277343.4329
Yxy34.27730.35080.2864
Hunter Lab58.546825.5594-3.0015
CIE-Lab65.182130.8805-7.2563

#ce8aac color RGB value is (206,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001010 10101100
Octal 316 212 254
Decimal 206 138 172
Hex CE 8A AC

RGB Percentages of Color #ce8aac

%39.92
%26.74
%33.33

CMYK Percentages of Color #ce8aac

%0
%33
%17
%19

Triadic Colors of #ce8aac

#ce8aac #acce8a #8aacce

Analogous Colors of #ce8aac

#ce8aac #ce8a8a #ce8ace

Monochromatic Colors of #ce8aac

#ce8aac

Complementary Color

#ce8aac #8aceac

#ce8aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8aac Color CSS Codes

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

#ce8aac Text Font Color

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

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


#ce8aac Background Color

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

This div background color is #ce8aac


#ce8aac Border Color

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

This div border color is #ce8aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8aac


Comments

No comments written yet.

Please login to write comment.