Color Hex Logo

#e745fe Color Hex

#E745FE
(231,69,254)
0 Favorites   0 Comments

Color spaces of #e745fe

RGB 23169254
HSL0.810.990.63
HSV293°73°100°
CMYK 0.090.730.00   0.00
XYZ52.972528.400996.4559
Yxy28.40090.29790.1597
Hunter Lab53.292584.1663-70.0062
CIE-Lab60.249282.8120-60.6177

#e745fe color RGB value is (231,69,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 11111110
Octal 347 105 376
Decimal 231 69 254
Hex E7 45 FE

RGB Percentages of Color #e745fe

%41.70
%12.45
%45.85

CMYK Percentages of Color #e745fe

%9
%73
%0
%0

Triadic Colors of #e745fe

#e745fe #fee745 #45fee7

Analogous Colors of #e745fe

#e745fe #fe45b9 #8b45fe

Monochromatic Colors of #e745fe

#e745fe

Complementary Color

#e745fe #5cfe45

#e745fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e745fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e745fe Color CSS Codes

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

#e745fe Text Font Color

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

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


#e745fe Background Color

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

This div background color is #e745fe


#e745fe Border Color

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

This div border color is #e745fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e745fe


Comments

No comments written yet.

Please login to write comment.