Color Hex Logo

#e03bfb Color Hex

#E03BFB
(224,59,251)
0 Favorites   0 Comments

Color spaces of #e03bfb

RGB 22459251
HSL0.810.960.61
HSV292°76°98°
CMYK 0.110.760.00   0.02
XYZ49.717025.940393.6534
Yxy25.94030.29360.1532
Hunter Lab50.931685.1128-73.3707
CIE-Lab57.980383.9836-62.6509

#e03bfb color RGB value is (224,59,251).

#e03bfb hex color red value is 224, green value is 59 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e03bfb hue: 0.81 , saturation: 0.96 and the lightness value of e03bfb is 0.61.

The process color (four color CMYK) of #e03bfb color hex is 0.11, 0.76, 0.00, 0.02. Web safe color of #e03bfb is #cc33ff. Color #e03bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111011 11111011
Octal 340 73 373
Decimal 224 59 251
Hex E0 3B FB

RGB Percentages of Color #e03bfb

%41.95
%11.05
%47.00

CMYK Percentages of Color #e03bfb

%11
%76
%0
%2

Triadic Colors of #e03bfb

#e03bfb #fbe03b #3bfbe0

Analogous Colors of #e03bfb

#e03bfb #fb3bb6 #803bfb

Monochromatic Colors of #e03bfb

#e03bfb

Complementary Color

#e03bfb #56fb3b

#e03bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03bfb Color CSS Codes

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

#e03bfb Text Font Color

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

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


#e03bfb Background Color

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

This div background color is #e03bfb


#e03bfb Border Color

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

This div border color is #e03bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,59,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03bfb


Comments

No comments written yet.

Please login to write comment.