Color Hex Logo

#e69ffb Color Hex

#E69FFB
(230,159,251)
0 Favorites   0 Comments

Color spaces of #e69ffb

RGB 230159251
HSL0.800.920.80
HSV286°37°98°
CMYK 0.080.370.00   0.02
XYZ62.443948.584397.3533
Yxy48.58430.29970.2332
Hunter Lab69.702437.9324-34.0186
CIE-Lab75.192041.5953-35.4481

#e69ffb color RGB value is (230,159,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011111 11111011
Octal 346 237 373
Decimal 230 159 251
Hex E6 9F FB

RGB Percentages of Color #e69ffb

%35.94
%24.84
%39.22

CMYK Percentages of Color #e69ffb

%8
%37
%0
%2

Triadic Colors of #e69ffb

#e69ffb #fbe69f #9ffbe6

Analogous Colors of #e69ffb

#e69ffb #fb9fe2 #b89ffb

Monochromatic Colors of #e69ffb

#e69ffb

Complementary Color

#e69ffb #b4fb9f

#e69ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69ffb Color CSS Codes

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

#e69ffb Text Font Color

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

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


#e69ffb Background Color

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

This div background color is #e69ffb


#e69ffb Border Color

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

This div border color is #e69ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69ffb


Comments

No comments written yet.

Please login to write comment.