Color Hex Logo

#e973fa Color Hex

#E973FA
(233,115,250)
0 Favorites   0 Comments

Color spaces of #e973fa

RGB 233115250
HSL0.810.930.72
HSV292°54°98°
CMYK 0.070.540.00   0.02
XYZ56.990336.487294.4815
Yxy36.48720.30320.1941
Hunter Lab60.404662.7023-50.4548
CIE-Lab66.890564.3362-47.8475

#e973fa color RGB value is (233,115,250).

#e973fa hex color red value is 233, green value is 115 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e973fa hue: 0.81 , saturation: 0.93 and the lightness value of e973fa is 0.72.

The process color (four color CMYK) of #e973fa color hex is 0.07, 0.54, 0.00, 0.02. Web safe color of #e973fa is #ff66ff. Color #e973fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110011 11111010
Octal 351 163 372
Decimal 233 115 250
Hex E9 73 FA

RGB Percentages of Color #e973fa

%38.96
%19.23
%41.81

CMYK Percentages of Color #e973fa

%7
%54
%0
%2

Triadic Colors of #e973fa

#e973fa #fae973 #73fae9

Analogous Colors of #e973fa

#e973fa #fa73c8 #a673fa

Monochromatic Colors of #e973fa

#e973fa

Complementary Color

#e973fa #84fa73

#e973fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e973fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e973fa Color CSS Codes

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

#e973fa Text Font Color

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

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


#e973fa Background Color

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

This div background color is #e973fa


#e973fa Border Color

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

This div border color is #e973fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,115,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e973fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e973fa;
  -webkit-box-shadow: 1px 1px 3px 2px #e973fa;
  box-shadow:         1px 1px 3px 2px #e973fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,115,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e973fa


Comments

No comments written yet.

Please login to write comment.