Color Hex Logo

#ce8baf Color Hex

#CE8BAF
(206,139,175)
0 Favorites   0 Comments

Color spaces of #ce8baf

RGB 206139175
HSL0.910.410.68
HSV328°33°81°
CMYK 0.000.330.15   0.19
XYZ42.424134.682245.0158
Yxy34.68220.34740.2840
Hunter Lab58.891625.5268-4.0962
CIE-Lab65.500530.8204-8.4746

#ce8baf color RGB value is (206,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 10101111
Octal 316 213 257
Decimal 206 139 175
Hex CE 8B AF

RGB Percentages of Color #ce8baf

%39.62
%26.73
%33.65

CMYK Percentages of Color #ce8baf

%0
%33
%15
%19

Triadic Colors of #ce8baf

#ce8baf #afce8b #8bafce

Analogous Colors of #ce8baf

#ce8baf #ce8b8e #cc8bce

Monochromatic Colors of #ce8baf

#ce8baf

Complementary Color

#ce8baf #8bceaa

#ce8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8baf Color CSS Codes

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

#ce8baf Text Font Color

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

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


#ce8baf Background Color

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

This div background color is #ce8baf


#ce8baf Border Color

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

This div border color is #ce8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8baf


Comments

No comments written yet.

Please login to write comment.