Color Hex Logo

#e674fe Color Hex

#E674FE
(230,116,254)
0 Favorites   0 Comments

Color spaces of #e674fe

RGB 230116254
HSL0.800.990.73
HSV290°54°100°
CMYK 0.090.540.00   0.00
XYZ56.767936.469597.8133
Yxy36.46950.29710.1909
Hunter Lab60.390062.1114-53.7587
CIE-Lab66.877163.8448-50.0871

#e674fe color RGB value is (230,116,254).

#e674fe hex color red value is 230, green value is 116 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e674fe hue: 0.80 , saturation: 0.99 and the lightness value of e674fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110100 11111110
Octal 346 164 376
Decimal 230 116 254
Hex E6 74 FE

RGB Percentages of Color #e674fe

%38.33
%19.33
%42.33

CMYK Percentages of Color #e674fe

%9
%54
%0
%0

Triadic Colors of #e674fe

#e674fe #fee674 #74fee6

Analogous Colors of #e674fe

#e674fe #fe74d1 #a174fe

Monochromatic Colors of #e674fe

#e674fe

Complementary Color

#e674fe #8cfe74

#e674fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e674fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e674fe Color CSS Codes

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

#e674fe Text Font Color

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

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


#e674fe Background Color

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

This div background color is #e674fe


#e674fe Border Color

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

This div border color is #e674fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,116,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e674fe


Comments

No comments written yet.

Please login to write comment.