Color Hex Logo

#e62eed Color Hex

#E62EED
(230,46,237)
0 Favorites   0 Comments

Color spaces of #e62eed

RGB 23046237
HSL0.830.840.55
HSV298°81°93°
CMYK 0.030.810.00   0.07
XYZ48.896224.891482.3482
Yxy24.89140.31320.1594
Hunter Lab49.891387.6301-62.9374
CIE-Lab56.969586.1115-56.4100

#e62eed color RGB value is (230,46,237).

#e62eed hex color red value is 230, green value is 46 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e62eed hue: 0.83 , saturation: 0.84 and the lightness value of e62eed is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101110 11101101
Octal 346 56 355
Decimal 230 46 237
Hex E6 2E ED

RGB Percentages of Color #e62eed

%44.83
%8.97
%46.20

CMYK Percentages of Color #e62eed

%3
%81
%0
%7

Triadic Colors of #e62eed

#e62eed #ede62e #2eede6

Analogous Colors of #e62eed

#e62eed #ed2e95 #872eed

Monochromatic Colors of #e62eed

#e62eed

Complementary Color

#e62eed #35ed2e

#e62eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62eed Color CSS Codes

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

#e62eed Text Font Color

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

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


#e62eed Background Color

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

This div background color is #e62eed


#e62eed Border Color

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

This div border color is #e62eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62eed


Comments

No comments written yet.

Please login to write comment.