Color Hex Logo

#e74bfe Color Hex

#E74BFE
(231,75,254)
0 Favorites   0 Comments

Color spaces of #e74bfe

RGB 23175254
HSL0.810.990.65
HSV292°70°100°
CMYK 0.090.700.00   0.00
XYZ53.360529.176896.5852
Yxy29.17680.29790.1629
Hunter Lab54.015681.8081-68.2055
CIE-Lab60.937380.8481-59.5170

#e74bfe color RGB value is (231,75,254).

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

The process color (four color CMYK) of #e74bfe color hex is 0.09, 0.70, 0.00, 0.00. Web safe color of #e74bfe is #ff33ff. Color #e74bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001011 11111110
Octal 347 113 376
Decimal 231 75 254
Hex E7 4B FE

RGB Percentages of Color #e74bfe

%41.25
%13.39
%45.36

CMYK Percentages of Color #e74bfe

%9
%70
%0
%0

Triadic Colors of #e74bfe

#e74bfe #fee74b #4bfee7

Analogous Colors of #e74bfe

#e74bfe #fe4bbc #8e4bfe

Monochromatic Colors of #e74bfe

#e74bfe

Complementary Color

#e74bfe #62fe4b

#e74bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74bfe Color CSS Codes

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

#e74bfe Text Font Color

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

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


#e74bfe Background Color

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

This div background color is #e74bfe


#e74bfe Border Color

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

This div border color is #e74bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,75,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.