Color Hex Logo

#ce9fdf Color Hex

#CE9FDF
(206,159,223)
0 Favorites   0 Comments

Color spaces of #ce9fdf

RGB 206159223
HSL0.790.500.75
HSV284°29°87°
CMYK 0.080.290.00   0.13
XYZ51.171043.245875.4623
Yxy43.24580.30120.2546
Hunter Lab65.761523.8134-22.0030
CIE-Lab71.721528.6442-25.7479

#ce9fdf color RGB value is (206,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011111 11011111
Octal 316 237 337
Decimal 206 159 223
Hex CE 9F DF

RGB Percentages of Color #ce9fdf

%35.03
%27.04
%37.93

CMYK Percentages of Color #ce9fdf

%8
%29
%0
%13

Triadic Colors of #ce9fdf

#ce9fdf #dfce9f #9fdfce

Analogous Colors of #ce9fdf

#ce9fdf #df9fd0 #ae9fdf

Monochromatic Colors of #ce9fdf

#ce9fdf

Complementary Color

#ce9fdf #b0df9f

#ce9fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9fdf Color CSS Codes

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

#ce9fdf Text Font Color

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

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


#ce9fdf Background Color

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

This div background color is #ce9fdf


#ce9fdf Border Color

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

This div border color is #ce9fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9fdf


Comments

No comments written yet.

Please login to write comment.