Color Hex Logo

#ce8bae Color Hex

#CE8BAE
(206,139,174)
0 Favorites   0 Comments

Color spaces of #ce8bae

RGB 206139174
HSL0.910.410.68
HSV329°33°81°
CMYK 0.000.330.16   0.19
XYZ42.326234.643044.5003
Yxy34.64300.34850.2852
Hunter Lab58.858325.3609-3.6259
CIE-Lab65.469830.6586-7.9567

#ce8bae color RGB value is (206,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 10101110
Octal 316 213 256
Decimal 206 139 174
Hex CE 8B AE

RGB Percentages of Color #ce8bae

%39.69
%26.78
%33.53

CMYK Percentages of Color #ce8bae

%0
%33
%16
%19

Triadic Colors of #ce8bae

#ce8bae #aece8b #8baece

Analogous Colors of #ce8bae

#ce8bae #ce8b8d #cd8bce

Monochromatic Colors of #ce8bae

#ce8bae

Complementary Color

#ce8bae #8bceab

#ce8bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8bae Color CSS Codes

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

#ce8bae Text Font Color

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

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


#ce8bae Background Color

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

This div background color is #ce8bae


#ce8bae Border Color

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

This div border color is #ce8bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,139,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 #ce8bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8bae


Comments

No comments written yet.

Please login to write comment.