Color Hex Logo

#ce8bed Color Hex

#CE8BED
(206,139,237)
0 Favorites   0 Comments

Color spaces of #ce8bed

RGB 206139237
HSL0.780.730.74
HSV281°41°93°
CMYK 0.130.410.00   0.07
XYZ49.972337.701584.7640
Yxy37.70150.28980.2186
Hunter Lab61.401537.8214-38.8680
CIE-Lab67.800042.3457-39.5013

#ce8bed color RGB value is (206,139,237).

#ce8bed hex color red value is 206, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce8bed hue: 0.78 , saturation: 0.73 and the lightness value of ce8bed is 0.74.

The process color (four color CMYK) of #ce8bed color hex is 0.13, 0.41, 0.00, 0.07. Web safe color of #ce8bed is #cc99ff. Color #ce8bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 11101101
Octal 316 213 355
Decimal 206 139 237
Hex CE 8B ED

RGB Percentages of Color #ce8bed

%35.40
%23.88
%40.72

CMYK Percentages of Color #ce8bed

%13
%41
%0
%7

Triadic Colors of #ce8bed

#ce8bed #edce8b #8bedce

Analogous Colors of #ce8bed

#ce8bed #ed8bdb #9d8bed

Monochromatic Colors of #ce8bed

#ce8bed

Complementary Color

#ce8bed #aaed8b

#ce8bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8bed Color CSS Codes

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

#ce8bed Text Font Color

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

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


#ce8bed Background Color

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

This div background color is #ce8bed


#ce8bed Border Color

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

This div border color is #ce8bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8bed


Comments

No comments written yet.

Please login to write comment.