Color Hex Logo

#e673fa Color Hex

#E673FA
(230,115,250)
0 Favorites   0 Comments

Color spaces of #e673fa

RGB 230115250
HSL0.810.930.72
HSV291°54°98°
CMYK 0.080.540.00   0.02
XYZ56.019235.986694.4361
Yxy35.98660.30050.1930
Hunter Lab59.988861.7077-51.3438
CIE-Lab66.509763.5692-48.4735

#e673fa color RGB value is (230,115,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110011 11111010
Octal 346 163 372
Decimal 230 115 250
Hex E6 73 FA

RGB Percentages of Color #e673fa

%38.66
%19.33
%42.02

CMYK Percentages of Color #e673fa

%8
%54
%0
%2

Triadic Colors of #e673fa

#e673fa #fae673 #73fae6

Analogous Colors of #e673fa

#e673fa #fa73cb #a373fa

Monochromatic Colors of #e673fa

#e673fa

Complementary Color

#e673fa #87fa73

#e673fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e673fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e673fa Color CSS Codes

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

#e673fa Text Font Color

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

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


#e673fa Background Color

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

This div background color is #e673fa


#e673fa Border Color

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

This div border color is #e673fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e673fa


Comments

No comments written yet.

Please login to write comment.