Color Hex Logo

#e67efd Color Hex

#E67EFD
(230,126,253)
0 Favorites   0 Comments

Color spaces of #e67efd

RGB 230126253
HSL0.800.970.74
HSV289°50°99°
CMYK 0.090.500.00   0.01
XYZ57.823638.836697.3771
Yxy38.83660.29800.2002
Hunter Lab62.319056.5655-49.0208
CIE-Lab68.632758.8716-46.7728

#e67efd color RGB value is (230,126,253).

#e67efd hex color red value is 230, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e67efd hue: 0.80 , saturation: 0.97 and the lightness value of e67efd is 0.74.

The process color (four color CMYK) of #e67efd color hex is 0.09, 0.50, 0.00, 0.01. Web safe color of #e67efd is #ff66ff. Color #e67efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111110 11111101
Octal 346 176 375
Decimal 230 126 253
Hex E6 7E FD

RGB Percentages of Color #e67efd

%37.77
%20.69
%41.54

CMYK Percentages of Color #e67efd

%9
%50
%0
%1

Triadic Colors of #e67efd

#e67efd #fde67e #7efde6

Analogous Colors of #e67efd

#e67efd #fd7ed5 #a77efd

Monochromatic Colors of #e67efd

#e67efd

Complementary Color

#e67efd #95fd7e

#e67efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67efd Color CSS Codes

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

#e67efd Text Font Color

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

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


#e67efd Background Color

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

This div background color is #e67efd


#e67efd Border Color

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

This div border color is #e67efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67efd

Related Colors


Comments

No comments written yet.

Please login to write comment.