Color Hex Logo

#e74bfc Color Hex

#E74BFC
(231,75,252)
0 Favorites   0 Comments

Color spaces of #e74bfc

RGB 23175252
HSL0.810.970.64
HSV293°70°99°
CMYK 0.080.700.00   0.01
XYZ53.041829.049494.9069
Yxy29.04940.29970.1641
Hunter Lab53.897581.3455-66.6742
CIE-Lab60.825280.5086-58.5908

#e74bfc color RGB value is (231,75,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001011 11111100
Octal 347 113 374
Decimal 231 75 252
Hex E7 4B FC

RGB Percentages of Color #e74bfc

%41.40
%13.44
%45.16

CMYK Percentages of Color #e74bfc

%8
%70
%0
%1

Triadic Colors of #e74bfc

#e74bfc #fce74b #4bfce7

Analogous Colors of #e74bfc

#e74bfc #fc4bb9 #8f4bfc

Monochromatic Colors of #e74bfc

#e74bfc

Complementary Color

#e74bfc #60fc4b

#e74bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74bfc Color CSS Codes

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

#e74bfc Text Font Color

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

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


#e74bfc Background Color

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

This div background color is #e74bfc


#e74bfc Border Color

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

This div border color is #e74bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74bfc


Comments

No comments written yet.

Please login to write comment.