Color Hex Logo

#e733fe Color Hex

#E733FE
(231,51,254)
0 Favorites   0 Comments

Color spaces of #e733fe

RGB 23151254
HSL0.810.990.60
HSV293°80°100°
CMYK 0.090.800.00   0.00
XYZ52.028226.512396.1411
Yxy26.51230.29780.1518
Hunter Lab51.490190.2578-74.6618
CIE-Lab58.520287.8051-63.3896

#e733fe color RGB value is (231,51,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110011 11111110
Octal 347 63 376
Decimal 231 51 254
Hex E7 33 FE

RGB Percentages of Color #e733fe

%43.10
%9.51
%47.39

CMYK Percentages of Color #e733fe

%9
%80
%0
%0

Triadic Colors of #e733fe

#e733fe #fee733 #33fee7

Analogous Colors of #e733fe

#e733fe #fe33b0 #8233fe

Monochromatic Colors of #e733fe

#e733fe

Complementary Color

#e733fe #4afe33

#e733fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e733fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e733fe Color CSS Codes

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

#e733fe Text Font Color

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

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


#e733fe Background Color

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

This div background color is #e733fe


#e733fe Border Color

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

This div border color is #e733fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e733fe

Related Colors


Comments

No comments written yet.

Please login to write comment.