Color Hex Logo

#e73efb Color Hex

#E73EFB
(231,62,251)
0 Favorites   0 Comments

Color spaces of #e73efb

RGB 23162251
HSL0.820.960.61
HSV294°75°98°
CMYK 0.080.750.00   0.02
XYZ52.090227.399293.8099
Yxy27.39920.30060.1581
Hunter Lab52.344286.0312-69.6169
CIE-Lab59.342084.4250-60.4090

#e73efb color RGB value is (231,62,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00111110 11111011
Octal 347 76 373
Decimal 231 62 251
Hex E7 3E FB

RGB Percentages of Color #e73efb

%42.46
%11.40
%46.14

CMYK Percentages of Color #e73efb

%8
%75
%0
%2

Triadic Colors of #e73efb

#e73efb #fbe73e #3efbe7

Analogous Colors of #e73efb

#e73efb #fb3eb1 #893efb

Monochromatic Colors of #e73efb

#e73efb

Complementary Color

#e73efb #52fb3e

#e73efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e73efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e73efb Color CSS Codes

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

#e73efb Text Font Color

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

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


#e73efb Background Color

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

This div background color is #e73efb


#e73efb Border Color

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

This div border color is #e73efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e73efb


Comments

No comments written yet.

Please login to write comment.