Color Hex Logo

#e675fe Color Hex

#E675FE
(230,117,254)
0 Favorites   0 Comments

Color spaces of #e675fe

RGB 230117254
HSL0.800.990.73
HSV289°54°100°
CMYK 0.090.540.00   0.00
XYZ56.883836.701397.8519
Yxy36.70130.29710.1917
Hunter Lab60.581661.5869-53.3586
CIE-Lab67.052363.3759-49.8104

#e675fe color RGB value is (230,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01110101 11111110
Octal 346 165 376
Decimal 230 117 254
Hex E6 75 FE

RGB Percentages of Color #e675fe

%38.27
%19.47
%42.26

CMYK Percentages of Color #e675fe

%9
%54
%0
%0

Triadic Colors of #e675fe

#e675fe #fee675 #75fee6

Analogous Colors of #e675fe

#e675fe #fe75d2 #a275fe

Monochromatic Colors of #e675fe

#e675fe

Complementary Color

#e675fe #8dfe75

#e675fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e675fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e675fe Color CSS Codes

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

#e675fe Text Font Color

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

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


#e675fe Background Color

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

This div background color is #e675fe


#e675fe Border Color

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

This div border color is #e675fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e675fe


Comments

No comments written yet.

Please login to write comment.