Color Hex Logo

#e740fb Color Hex

#E740FB
(231,64,251)
0 Favorites   0 Comments

Color spaces of #e740fb

RGB 23164251
HSL0.820.960.62
HSV294°75°98°
CMYK 0.080.750.00   0.02
XYZ52.201027.620893.8468
Yxy27.62080.30060.1590
Hunter Lab52.555585.3239-69.0836
CIE-Lab59.544683.8418-60.0847

#e740fb color RGB value is (231,64,251).

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

The process color (four color CMYK) of #e740fb color hex is 0.08, 0.75, 0.00, 0.02. Web safe color of #e740fb is #ff33ff. Color #e740fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000000 11111011
Octal 347 100 373
Decimal 231 64 251
Hex E7 40 FB

RGB Percentages of Color #e740fb

%42.31
%11.72
%45.97

CMYK Percentages of Color #e740fb

%8
%75
%0
%2

Triadic Colors of #e740fb

#e740fb #fbe740 #40fbe7

Analogous Colors of #e740fb

#e740fb #fb40b2 #8a40fb

Monochromatic Colors of #e740fb

#e740fb

Complementary Color

#e740fb #54fb40

#e740fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e740fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e740fb Color CSS Codes

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

#e740fb Text Font Color

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

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


#e740fb Background Color

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

This div background color is #e740fb


#e740fb Border Color

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

This div border color is #e740fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e740fb


Comments

No comments written yet.

Please login to write comment.