Color Hex Logo

#ce95df Color Hex

#CE95DF
(206,149,223)
0 Favorites   0 Comments

Color spaces of #ce95df

RGB 206149223
HSL0.800.540.73
HSV286°33°87°
CMYK 0.080.330.00   0.13
XYZ49.520339.944474.9121
Yxy39.94440.30130.2430
Hunter Lab63.201629.2572-26.0346
CIE-Lab69.429934.1000-29.2677

#ce95df color RGB value is (206,149,223).

#ce95df hex color red value is 206, green value is 149 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce95df hue: 0.80 , saturation: 0.54 and the lightness value of ce95df is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 11011111
Octal 316 225 337
Decimal 206 149 223
Hex CE 95 DF

RGB Percentages of Color #ce95df

%35.64
%25.78
%38.58

CMYK Percentages of Color #ce95df

%8
%33
%0
%13

Triadic Colors of #ce95df

#ce95df #dfce95 #95dfce

Analogous Colors of #ce95df

#ce95df #df95cb #a995df

Monochromatic Colors of #ce95df

#ce95df

Complementary Color

#ce95df #a6df95

#ce95df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce95df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce95df Color CSS Codes

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

#ce95df Text Font Color

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

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


#ce95df Background Color

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

This div background color is #ce95df


#ce95df Border Color

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

This div border color is #ce95df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce95df


Comments

No comments written yet.

Please login to write comment.