Color Hex Logo

#ce97df Color Hex

#CE97DF
(206,151,223)
0 Favorites   0 Comments

Color spaces of #ce97df

RGB 206151223
HSL0.790.530.73
HSV286°32°87°
CMYK 0.080.320.00   0.13
XYZ49.839540.582775.0185
Yxy40.58270.30130.2453
Hunter Lab63.704628.1672-25.2267
CIE-Lab69.882633.0115-28.5708

#ce97df color RGB value is (206,151,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 11011111
Octal 316 227 337
Decimal 206 151 223
Hex CE 97 DF

RGB Percentages of Color #ce97df

%35.52
%26.03
%38.45

CMYK Percentages of Color #ce97df

%8
%32
%0
%13

Triadic Colors of #ce97df

#ce97df #dfce97 #97dfce

Analogous Colors of #ce97df

#ce97df #df97cc #aa97df

Monochromatic Colors of #ce97df

#ce97df

Complementary Color

#ce97df #a8df97

#ce97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce97df Color CSS Codes

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

#ce97df Text Font Color

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

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


#ce97df Background Color

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

This div background color is #ce97df


#ce97df Border Color

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

This div border color is #ce97df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce97df


Comments

No comments written yet.

Please login to write comment.