Color Hex Logo

#e698ef Color Hex

#E698EF
(230,152,239)
0 Favorites   0 Comments

Color spaces of #e698ef

RGB 230152239
HSL0.820.730.77
HSV294°36°94°
CMYK 0.040.360.00   0.06
XYZ59.441445.511587.3130
Yxy45.51150.30920.2367
Hunter Lab67.462239.2187-29.5126
CIE-Lab73.227442.9818-31.9698

#e698ef color RGB value is (230,152,239).

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

The process color (four color CMYK) of #e698ef color hex is 0.04, 0.36, 0.00, 0.06. Web safe color of #e698ef is #ff99ff. Color #e698ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011000 11101111
Octal 346 230 357
Decimal 230 152 239
Hex E6 98 EF

RGB Percentages of Color #e698ef

%37.04
%24.48
%38.49

CMYK Percentages of Color #e698ef

%4
%36
%0
%6

Triadic Colors of #e698ef

#e698ef #efe698 #98efe6

Analogous Colors of #e698ef

#e698ef #ef98cd #bb98ef

Monochromatic Colors of #e698ef

#e698ef

Complementary Color

#e698ef #a1ef98

#e698ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e698ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e698ef Color CSS Codes

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

#e698ef Text Font Color

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

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


#e698ef Background Color

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

This div background color is #e698ef


#e698ef Border Color

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

This div border color is #e698ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e698ef


Comments

No comments written yet.

Please login to write comment.