Color Hex Logo

#e79efd Color Hex

#E79EFD
(231,158,253)
0 Favorites   0 Comments

Color spaces of #e79efd

RGB 231158253
HSL0.790.960.81
HSV286°38°99°
CMYK 0.090.380.00   0.01
XYZ62.911548.534598.9808
Yxy48.53450.29900.2306
Hunter Lab69.666739.2751-35.4711
CIE-Lab75.160842.8119-36.5696

#e79efd color RGB value is (231,158,253).

#e79efd hex color red value is 231, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e79efd hue: 0.79 , saturation: 0.96 and the lightness value of e79efd is 0.81.

The process color (four color CMYK) of #e79efd color hex is 0.09, 0.38, 0.00, 0.01. Web safe color of #e79efd is #ff99ff. Color #e79efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011110 11111101
Octal 347 236 375
Decimal 231 158 253
Hex E7 9E FD

RGB Percentages of Color #e79efd

%35.98
%24.61
%39.41

CMYK Percentages of Color #e79efd

%9
%38
%0
%1

Triadic Colors of #e79efd

#e79efd #fde79e #9efde7

Analogous Colors of #e79efd

#e79efd #fd9ee4 #b89efd

Monochromatic Colors of #e79efd

#e79efd

Complementary Color

#e79efd #b4fd9e

#e79efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79efd Color CSS Codes

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

#e79efd Text Font Color

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

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


#e79efd Background Color

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

This div background color is #e79efd


#e79efd Border Color

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

This div border color is #e79efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,158,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e79efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e79efd;
  -webkit-box-shadow: 1px 1px 3px 2px #e79efd;
  box-shadow:         1px 1px 3px 2px #e79efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,158,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79efd


Comments

No comments written yet.

Please login to write comment.