Color Hex Logo

#ce8bad Color Hex

#CE8BAD
(206,139,173)
0 Favorites   0 Comments

Color spaces of #ce8bad

RGB 206139173
HSL0.920.410.68
HSV330°33°81°
CMYK 0.000.330.16   0.19
XYZ42.229034.604243.9887
Yxy34.60420.34950.2864
Hunter Lab58.825325.1956-3.1584
CIE-Lab65.439330.4973-7.4381

#ce8bad color RGB value is (206,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 10101101
Octal 316 213 255
Decimal 206 139 173
Hex CE 8B AD

RGB Percentages of Color #ce8bad

%39.77
%26.83
%33.40

CMYK Percentages of Color #ce8bad

%0
%33
%16
%19

Triadic Colors of #ce8bad

#ce8bad #adce8b #8badce

Analogous Colors of #ce8bad

#ce8bad #ce8b8c #ce8bce

Monochromatic Colors of #ce8bad

#ce8bad

Complementary Color

#ce8bad #8bceac

#ce8bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8bad Color CSS Codes

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

#ce8bad Text Font Color

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

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


#ce8bad Background Color

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

This div background color is #ce8bad


#ce8bad Border Color

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

This div border color is #ce8bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8bad


Comments

No comments written yet.

Please login to write comment.