Color Hex Logo

#ce99df Color Hex

#CE99DF
(206,153,223)
0 Favorites   0 Comments

Color spaces of #ce99df

RGB 206153223
HSL0.790.520.74
HSV285°31°87°
CMYK 0.080.310.00   0.13
XYZ50.164141.232075.1267
Yxy41.23200.30120.2476
Hunter Lab64.212127.0773-24.4194
CIE-Lab70.338231.9211-27.8702

#ce99df color RGB value is (206,153,223).

#ce99df hex color red value is 206, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce99df hue: 0.79 , saturation: 0.52 and the lightness value of ce99df is 0.74.

The process color (four color CMYK) of #ce99df color hex is 0.08, 0.31, 0.00, 0.13. Web safe color of #ce99df is #cc99cc. Color #ce99df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 11011111
Octal 316 231 337
Decimal 206 153 223
Hex CE 99 DF

RGB Percentages of Color #ce99df

%35.40
%26.29
%38.32

CMYK Percentages of Color #ce99df

%8
%31
%0
%13

Triadic Colors of #ce99df

#ce99df #dfce99 #99dfce

Analogous Colors of #ce99df

#ce99df #df99cd #ab99df

Monochromatic Colors of #ce99df

#ce99df

Complementary Color

#ce99df #aadf99

#ce99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce99df Color CSS Codes

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

#ce99df Text Font Color

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

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


#ce99df Background Color

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

This div background color is #ce99df


#ce99df Border Color

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

This div border color is #ce99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce99df


Comments

No comments written yet.

Please login to write comment.