Color Hex Logo

#e750fb Color Hex

#E750FB
(231,80,251)
0 Favorites   0 Comments

Color spaces of #e750fb

RGB 23180251
HSL0.810.960.65
HSV293°68°98°
CMYK 0.080.680.00   0.02
XYZ53.236229.691394.1919
Yxy29.69130.30060.1676
Hunter Lab54.489779.0366-64.3469
CIE-Lab61.386978.5896-57.1413

#e750fb color RGB value is (231,80,251).

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

The process color (four color CMYK) of #e750fb color hex is 0.08, 0.68, 0.00, 0.02. Web safe color of #e750fb is #ff66ff. Color #e750fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010000 11111011
Octal 347 120 373
Decimal 231 80 251
Hex E7 50 FB

RGB Percentages of Color #e750fb

%41.10
%14.23
%44.66

CMYK Percentages of Color #e750fb

%8
%68
%0
%2

Triadic Colors of #e750fb

#e750fb #fbe750 #50fbe7

Analogous Colors of #e750fb

#e750fb #fb50ba #9250fb

Monochromatic Colors of #e750fb

#e750fb

Complementary Color

#e750fb #64fb50

#e750fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e750fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e750fb Color CSS Codes

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

#e750fb Text Font Color

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

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


#e750fb Background Color

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

This div background color is #e750fb


#e750fb Border Color

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

This div border color is #e750fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e750fb

Related Colors


Comments

No comments written yet.

Please login to write comment.