Color Hex Logo

#e696fb Color Hex

#E696FB
(230,150,251)
0 Favorites   0 Comments

Color spaces of #e696fb

RGB 230150251
HSL0.800.930.79
HSV288°40°98°
CMYK 0.080.400.00   0.02
XYZ60.952145.600796.8561
Yxy45.60070.29970.2242
Hunter Lab67.528342.9424-37.7701
CIE-Lab73.285746.3228-38.4063

#e696fb color RGB value is (230,150,251).

#e696fb hex color red value is 230, green value is 150 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e696fb hue: 0.80 , saturation: 0.93 and the lightness value of e696fb is 0.79.

The process color (four color CMYK) of #e696fb color hex is 0.08, 0.40, 0.00, 0.02. Web safe color of #e696fb is #ff99ff. Color #e696fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010110 11111011
Octal 346 226 373
Decimal 230 150 251
Hex E6 96 FB

RGB Percentages of Color #e696fb

%36.45
%23.77
%39.78

CMYK Percentages of Color #e696fb

%8
%40
%0
%2

Triadic Colors of #e696fb

#e696fb #fbe696 #96fbe6

Analogous Colors of #e696fb

#e696fb #fb96de #b496fb

Monochromatic Colors of #e696fb

#e696fb

Complementary Color

#e696fb #abfb96

#e696fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e696fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e696fb Color CSS Codes

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

#e696fb Text Font Color

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

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


#e696fb Background Color

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

This div background color is #e696fb


#e696fb Border Color

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

This div border color is #e696fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,150,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e696fb

Related Colors


Comments

No comments written yet.

Please login to write comment.