Color Hex Logo

#e02beb Color Hex

#E02BEB
(224,43,235)
0 Favorites   0 Comments

Color spaces of #e02beb

RGB 22443235
HSL0.820.830.55
HSV297°82°92°
CMYK 0.050.820.00   0.08
XYZ46.599723.573280.6913
Yxy23.57320.30890.1563
Hunter Lab48.552286.3552-64.5503
CIE-Lab55.657985.3917-57.4409

#e02beb color RGB value is (224,43,235).

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

The process color (four color CMYK) of #e02beb color hex is 0.05, 0.82, 0.00, 0.08. Web safe color of #e02beb is #cc33ff. Color #e02beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101011 11101011
Octal 340 53 353
Decimal 224 43 235
Hex E0 2B EB

RGB Percentages of Color #e02beb

%44.62
%8.57
%46.81

CMYK Percentages of Color #e02beb

%5
%82
%0
%8

Triadic Colors of #e02beb

#e02beb #ebe02b #2bebe0

Analogous Colors of #e02beb

#e02beb #eb2b96 #802beb

Monochromatic Colors of #e02beb

#e02beb

Complementary Color

#e02beb #36eb2b

#e02beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02beb Color CSS Codes

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

#e02beb Text Font Color

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

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


#e02beb Background Color

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

This div background color is #e02beb


#e02beb Border Color

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

This div border color is #e02beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02beb


Comments

No comments written yet.

Please login to write comment.