Color Hex Logo

#e82bee Color Hex

#E82BEE
(232,43,238)
0 Favorites   0 Comments

Color spaces of #e82bee

RGB 23243238
HSL0.830.850.55
HSV298°82°93°
CMYK 0.030.820.00   0.07
XYZ49.575225.056683.1124
Yxy25.05660.31430.1588
Hunter Lab50.056689.1845-63.4037
CIE-Lab57.130587.2632-56.6942

#e82bee color RGB value is (232,43,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101011 11101110
Octal 350 53 356
Decimal 232 43 238
Hex E8 2B EE

RGB Percentages of Color #e82bee

%45.22
%8.38
%46.39

CMYK Percentages of Color #e82bee

%3
%82
%0
%7

Triadic Colors of #e82bee

#e82bee #eee82b #2beee8

Analogous Colors of #e82bee

#e82bee #ee2b93 #872bee

Monochromatic Colors of #e82bee

#e82bee

Complementary Color

#e82bee #31ee2b

#e82bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82bee Color CSS Codes

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

#e82bee Text Font Color

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

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


#e82bee Background Color

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

This div background color is #e82bee


#e82bee Border Color

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

This div border color is #e82bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82bee


Comments

No comments written yet.

Please login to write comment.