Color Hex Logo

#e697fb Color Hex

#E697FB
(230,151,251)
0 Favorites   0 Comments

Color spaces of #e697fb

RGB 230151251
HSL0.800.930.79
HSV287°40°98°
CMYK 0.080.400.00   0.02
XYZ61.112345.921296.9095
Yxy45.92120.29970.2252
Hunter Lab67.765242.3866-37.3537
CIE-Lab73.494445.8007-38.0818

#e697fb color RGB value is (230,151,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010111 11111011
Octal 346 227 373
Decimal 230 151 251
Hex E6 97 FB

RGB Percentages of Color #e697fb

%36.39
%23.89
%39.72

CMYK Percentages of Color #e697fb

%8
%40
%0
%2

Triadic Colors of #e697fb

#e697fb #fbe697 #97fbe6

Analogous Colors of #e697fb

#e697fb #fb97de #b497fb

Monochromatic Colors of #e697fb

#e697fb

Complementary Color

#e697fb #acfb97

#e697fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e697fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e697fb Color CSS Codes

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

#e697fb Text Font Color

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

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


#e697fb Background Color

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

This div background color is #e697fb


#e697fb Border Color

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

This div border color is #e697fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e697fb

Related Colors


Comments

No comments written yet.

Please login to write comment.