Color Hex Logo

#e62eeb Color Hex

#E62EEB
(230,46,235)
0 Favorites   0 Comments

Color spaces of #e62eeb

RGB 23046235
HSL0.830.830.55
HSV298°80°92°
CMYK 0.020.800.00   0.08
XYZ48.605524.775180.8175
Yxy24.77510.31520.1607
Hunter Lab49.774687.2019-61.4252
CIE-Lab56.855685.8066-55.4702

#e62eeb color RGB value is (230,46,235).

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

The process color (four color CMYK) of #e62eeb color hex is 0.02, 0.80, 0.00, 0.08. Web safe color of #e62eeb is #ff33ff. Color #e62eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101110 11101011
Octal 346 56 353
Decimal 230 46 235
Hex E6 2E EB

RGB Percentages of Color #e62eeb

%45.01
%9.00
%45.99

CMYK Percentages of Color #e62eeb

%2
%80
%0
%8

Triadic Colors of #e62eeb

#e62eeb #ebe62e #2eebe6

Analogous Colors of #e62eeb

#e62eeb #eb2e92 #882eeb

Monochromatic Colors of #e62eeb

#e62eeb

Complementary Color

#e62eeb #33eb2e

#e62eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62eeb Color CSS Codes

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

#e62eeb Text Font Color

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

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


#e62eeb Background Color

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

This div background color is #e62eeb


#e62eeb Border Color

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

This div border color is #e62eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62eeb


Comments

No comments written yet.

Please login to write comment.