Color Hex Logo

#e35bfb Color Hex

#E35BFB
(227,91,251)
0 Favorites   0 Comments

Color spaces of #e35bfb

RGB 22791251
HSL0.810.950.67
HSV291°64°98°
CMYK 0.100.640.00   0.02
XYZ52.832230.778194.4230
Yxy30.77810.29680.1729
Hunter Lab55.478072.9006-62.0764
CIE-Lab62.319973.5232-55.6885

#e35bfb color RGB value is (227,91,251).

#e35bfb hex color red value is 227, green value is 91 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e35bfb hue: 0.81 , saturation: 0.95 and the lightness value of e35bfb is 0.67.

The process color (four color CMYK) of #e35bfb color hex is 0.10, 0.64, 0.00, 0.02. Web safe color of #e35bfb is #cc66ff. Color #e35bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011011 11111011
Octal 343 133 373
Decimal 227 91 251
Hex E3 5B FB

RGB Percentages of Color #e35bfb

%39.89
%15.99
%44.11

CMYK Percentages of Color #e35bfb

%10
%64
%0
%2

Triadic Colors of #e35bfb

#e35bfb #fbe35b #5bfbe3

Analogous Colors of #e35bfb

#e35bfb #fb5bc3 #935bfb

Monochromatic Colors of #e35bfb

#e35bfb

Complementary Color

#e35bfb #73fb5b

#e35bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35bfb Color CSS Codes

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

#e35bfb Text Font Color

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

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


#e35bfb Background Color

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

This div background color is #e35bfb


#e35bfb Border Color

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

This div border color is #e35bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35bfb


Comments

No comments written yet.

Please login to write comment.