Color Hex Logo

#ce8eae Color Hex

#CE8EAE
(206,142,174)
0 Favorites   0 Comments

Color spaces of #ce8eae

RGB 206142174
HSL0.920.400.68
HSV330°31°81°
CMYK 0.000.310.16   0.19
XYZ42.766635.523844.6471
Yxy35.52380.34790.2890
Hunter Lab59.601823.7773-2.6922
CIE-Lab66.154529.0271-6.9392

#ce8eae color RGB value is (206,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001110 10101110
Octal 316 216 256
Decimal 206 142 174
Hex CE 8E AE

RGB Percentages of Color #ce8eae

%39.46
%27.20
%33.33

CMYK Percentages of Color #ce8eae

%0
%31
%16
%19

Triadic Colors of #ce8eae

#ce8eae #aece8e #8eaece

Analogous Colors of #ce8eae

#ce8eae #ce8e8e #ce8ece

Monochromatic Colors of #ce8eae

#ce8eae

Complementary Color

#ce8eae #8eceae

#ce8eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8eae Color CSS Codes

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

#ce8eae Text Font Color

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

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


#ce8eae Background Color

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

This div background color is #ce8eae


#ce8eae Border Color

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

This div border color is #ce8eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8eae


Comments

No comments written yet.

Please login to write comment.