Color Hex Logo

#e61efd Color Hex

#E61EFD
(230,30,253)
0 Favorites   0 Comments

Color spaces of #e61efd

RGB 23030253
HSL0.820.980.55
HSV294°88°99°
CMYK 0.090.880.00   0.01
XYZ50.827024.843495.0449
Yxy24.84340.29770.1455
Hunter Lab49.843294.7979-78.1687
CIE-Lab56.922591.5193-65.4121

#e61efd color RGB value is (230,30,253).

#e61efd hex color red value is 230, green value is 30 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e61efd hue: 0.82 , saturation: 0.98 and the lightness value of e61efd is 0.55.

The process color (four color CMYK) of #e61efd color hex is 0.09, 0.88, 0.00, 0.01. Web safe color of #e61efd is #ff33ff. Color #e61efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011110 11111101
Octal 346 36 375
Decimal 230 30 253
Hex E6 1E FD

RGB Percentages of Color #e61efd

%44.83
%5.85
%49.32

CMYK Percentages of Color #e61efd

%9
%88
%0
%1

Triadic Colors of #e61efd

#e61efd #fde61e #1efde6

Analogous Colors of #e61efd

#e61efd #fd1ea5 #771efd

Monochromatic Colors of #e61efd

#e61efd

Complementary Color

#e61efd #35fd1e

#e61efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61efd Color CSS Codes

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

#e61efd Text Font Color

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

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


#e61efd Background Color

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

This div background color is #e61efd


#e61efd Border Color

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

This div border color is #e61efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61efd


Comments

No comments written yet.

Please login to write comment.