Color Hex Logo

#e733fb Color Hex

#E733FB
(231,51,251)
0 Favorites   0 Comments

Color spaces of #e733fb

RGB 23151251
HSL0.820.960.59
HSV294°80°98°
CMYK 0.080.800.00   0.02
XYZ51.551426.321693.6303
Yxy26.32160.30060.1535
Hunter Lab51.304689.5757-72.2904
CIE-Lab58.341187.3238-62.0133

#e733fb color RGB value is (231,51,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110011 11111011
Octal 347 63 373
Decimal 231 51 251
Hex E7 33 FB

RGB Percentages of Color #e733fb

%43.34
%9.57
%47.09

CMYK Percentages of Color #e733fb

%8
%80
%0
%2

Triadic Colors of #e733fb

#e733fb #fbe733 #33fbe7

Analogous Colors of #e733fb

#e733fb #fb33ab #8333fb

Monochromatic Colors of #e733fb

#e733fb

Complementary Color

#e733fb #47fb33

#e733fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e733fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e733fb Color CSS Codes

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

#e733fb Text Font Color

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

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


#e733fb Background Color

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

This div background color is #e733fb


#e733fb Border Color

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

This div border color is #e733fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e733fb


Comments

No comments written yet.

Please login to write comment.