Color Hex Logo

#e61eee Color Hex

#E61EEE
(230,30,238)
0 Favorites   0 Comments

Color spaces of #e61eee

RGB 23030238
HSL0.830.860.53
HSV298°87°93°
CMYK 0.030.870.00   0.07
XYZ48.530023.924682.9490
Yxy23.92460.31230.1540
Hunter Lab48.912891.5057-66.3083
CIE-Lab56.012289.2348-58.5025

#e61eee color RGB value is (230,30,238).

#e61eee hex color red value is 230, green value is 30 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e61eee hue: 0.83 , saturation: 0.86 and the lightness value of e61eee is 0.53.

The process color (four color CMYK) of #e61eee color hex is 0.03, 0.87, 0.00, 0.07. Web safe color of #e61eee is #ff33ff. Color #e61eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011110 11101110
Octal 346 36 356
Decimal 230 30 238
Hex E6 1E EE

RGB Percentages of Color #e61eee

%46.18
%6.02
%47.79

CMYK Percentages of Color #e61eee

%3
%87
%0
%7

Triadic Colors of #e61eee

#e61eee #eee61e #1eeee6

Analogous Colors of #e61eee

#e61eee #ee1e8e #7e1eee

Monochromatic Colors of #e61eee

#e61eee

Complementary Color

#e61eee #26ee1e

#e61eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61eee Color CSS Codes

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

#e61eee Text Font Color

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

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


#e61eee Background Color

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

This div background color is #e61eee


#e61eee Border Color

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

This div border color is #e61eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,30,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61eee


Comments

No comments written yet.

Please login to write comment.