Color Hex Logo

#e60bfb Color Hex

#E60BFB
(230,11,251)
0 Favorites   0 Comments

Color spaces of #e60bfb

RGB 23011251
HSL0.820.970.51
HSV295°96°98°
CMYK 0.080.960.00   0.02
XYZ50.165424.027493.2605
Yxy24.02740.29960.1435
Hunter Lab49.017896.8981-78.4919
CIE-Lab56.115293.2304-65.6003

#e60bfb color RGB value is (230,11,251).

#e60bfb hex color red value is 230, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e60bfb hue: 0.82 , saturation: 0.97 and the lightness value of e60bfb is 0.51.

The process color (four color CMYK) of #e60bfb color hex is 0.08, 0.96, 0.00, 0.02. Web safe color of #e60bfb is #ff00ff. Color #e60bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001011 11111011
Octal 346 13 373
Decimal 230 11 251
Hex E6 B FB

RGB Percentages of Color #e60bfb

%46.75
%2.24
%51.02

CMYK Percentages of Color #e60bfb

%8
%96
%0
%2

Triadic Colors of #e60bfb

#e60bfb #fbe60b #0bfbe6

Analogous Colors of #e60bfb

#e60bfb #fb0b98 #6e0bfb

Monochromatic Colors of #e60bfb

#e60bfb

Complementary Color

#e60bfb #20fb0b

#e60bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60bfb Color CSS Codes

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

#e60bfb Text Font Color

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

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


#e60bfb Background Color

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

This div background color is #e60bfb


#e60bfb Border Color

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

This div border color is #e60bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60bfb


Comments

No comments written yet.

Please login to write comment.