Color Hex Logo

#ce9bed Color Hex

#CE9BED
(206,155,237)
0 Favorites   0 Comments

Color spaces of #ce9bed

RGB 206155237
HSL0.770.690.77
HSV277°35°93°
CMYK 0.130.350.00   0.07
XYZ52.461042.678985.5936
Yxy42.67890.29030.2361
Hunter Lab65.329129.0143-31.9509
CIE-Lab71.336533.6933-34.0023

#ce9bed color RGB value is (206,155,237).

#ce9bed hex color red value is 206, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce9bed hue: 0.77 , saturation: 0.69 and the lightness value of ce9bed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011011 11101101
Octal 316 233 355
Decimal 206 155 237
Hex CE 9B ED

RGB Percentages of Color #ce9bed

%34.45
%25.92
%39.63

CMYK Percentages of Color #ce9bed

%13
%35
%0
%7

Triadic Colors of #ce9bed

#ce9bed #edce9b #9bedce

Analogous Colors of #ce9bed

#ce9bed #ed9be3 #a59bed

Monochromatic Colors of #ce9bed

#ce9bed

Complementary Color

#ce9bed #baed9b

#ce9bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9bed Color CSS Codes

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

#ce9bed Text Font Color

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

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


#ce9bed Background Color

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

This div background color is #ce9bed


#ce9bed Border Color

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

This div border color is #ce9bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9bed


Comments

No comments written yet.

Please login to write comment.