Color Hex Logo

#e69fef Color Hex

#E69FEF
(230,159,239)
0 Favorites   0 Comments

Color spaces of #e69fef

RGB 230159239
HSL0.810.710.78
HSV293°33°94°
CMYK 0.040.330.00   0.06
XYZ60.611347.851387.7030
Yxy47.85130.30900.2439
Hunter Lab69.174635.3473-26.7485
CIE-Lab74.731039.2877-29.6536

#e69fef color RGB value is (230,159,239).

#e69fef hex color red value is 230, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e69fef hue: 0.81 , saturation: 0.71 and the lightness value of e69fef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011111 11101111
Octal 346 237 357
Decimal 230 159 239
Hex E6 9F EF

RGB Percentages of Color #e69fef

%36.62
%25.32
%38.06

CMYK Percentages of Color #e69fef

%4
%33
%0
%6

Triadic Colors of #e69fef

#e69fef #efe69f #9fefe6

Analogous Colors of #e69fef

#e69fef #ef9fd0 #be9fef

Monochromatic Colors of #e69fef

#e69fef

Complementary Color

#e69fef #a8ef9f

#e69fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69fef Color CSS Codes

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

#e69fef Text Font Color

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

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


#e69fef Background Color

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

This div background color is #e69fef


#e69fef Border Color

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

This div border color is #e69fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69fef


Comments

No comments written yet.

Please login to write comment.