Color Hex Logo

#ce97ef Color Hex

#CE97EF
(206,151,239)
0 Favorites   0 Comments

Color spaces of #ce97ef

RGB 206151239
HSL0.770.730.76
HSV278°37°94°
CMYK 0.140.370.00   0.06
XYZ52.100241.487086.9232
Yxy41.48700.28860.2298
Hunter Lab64.410431.6666-34.9258
CIE-Lab70.515836.2884-36.3682

#ce97ef color RGB value is (206,151,239).

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

The process color (four color CMYK) of #ce97ef color hex is 0.14, 0.37, 0.00, 0.06. Web safe color of #ce97ef is #cc99ff. Color #ce97ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 11101111
Octal 316 227 357
Decimal 206 151 239
Hex CE 97 EF

RGB Percentages of Color #ce97ef

%34.56
%25.34
%40.10

CMYK Percentages of Color #ce97ef

%14
%37
%0
%6

Triadic Colors of #ce97ef

#ce97ef #efce97 #97efce

Analogous Colors of #ce97ef

#ce97ef #ef97e4 #a297ef

Monochromatic Colors of #ce97ef

#ce97ef

Complementary Color

#ce97ef #b8ef97

#ce97ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce97ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce97ef Color CSS Codes

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

#ce97ef Text Font Color

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

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


#ce97ef Background Color

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

This div background color is #ce97ef


#ce97ef Border Color

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

This div border color is #ce97ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce97ef


Comments

No comments written yet.

Please login to write comment.