Color Hex Logo

#e42bee Color Hex

#E42BEE
(228,43,238)
0 Favorites   0 Comments

Color spaces of #e42bee

RGB 22843238
HSL0.820.850.55
HSV297°82°93°
CMYK 0.040.820.00   0.07
XYZ48.291424.394883.0523
Yxy24.39480.31010.1566
Hunter Lab49.391188.0913-65.1238
CIE-Lab56.480986.5585-57.7702

#e42bee color RGB value is (228,43,238).

#e42bee hex color red value is 228, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e42bee hue: 0.82 , saturation: 0.85 and the lightness value of e42bee is 0.55.

The process color (four color CMYK) of #e42bee color hex is 0.04, 0.82, 0.00, 0.07. Web safe color of #e42bee is #cc33ff. Color #e42bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101011 11101110
Octal 344 53 356
Decimal 228 43 238
Hex E4 2B EE

RGB Percentages of Color #e42bee

%44.79
%8.45
%46.76

CMYK Percentages of Color #e42bee

%4
%82
%0
%7

Triadic Colors of #e42bee

#e42bee #eee42b #2beee4

Analogous Colors of #e42bee

#e42bee #ee2b97 #832bee

Monochromatic Colors of #e42bee

#e42bee

Complementary Color

#e42bee #35ee2b

#e42bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42bee Color CSS Codes

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

#e42bee Text Font Color

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

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


#e42bee Background Color

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

This div background color is #e42bee


#e42bee Border Color

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

This div border color is #e42bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42bee


Comments

No comments written yet.

Please login to write comment.