Color Hex Logo

#e774fa Color Hex

#E774FA
(231,116,250)
0 Favorites   0 Comments

Color spaces of #e774fa

RGB 231116250
HSL0.810.930.72
HSV291°54°98°
CMYK 0.080.540.00   0.02
XYZ56.455736.381894.4893
Yxy36.38180.30140.1942
Hunter Lab60.317361.5168-50.6578
CIE-Lab66.810663.3581-47.9905

#e774fa color RGB value is (231,116,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110100 11111010
Octal 347 164 372
Decimal 231 116 250
Hex E7 74 FA

RGB Percentages of Color #e774fa

%38.69
%19.43
%41.88

CMYK Percentages of Color #e774fa

%8
%54
%0
%2

Triadic Colors of #e774fa

#e774fa #fae774 #74fae7

Analogous Colors of #e774fa

#e774fa #fa74ca #a474fa

Monochromatic Colors of #e774fa

#e774fa

Complementary Color

#e774fa #87fa74

#e774fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e774fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e774fa Color CSS Codes

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

#e774fa Text Font Color

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

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


#e774fa Background Color

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

This div background color is #e774fa


#e774fa Border Color

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

This div border color is #e774fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e774fa


Comments

No comments written yet.

Please login to write comment.