Color Hex Logo

#e183fe Color Hex

#E183FE
(225,131,254)
0 Favorites   0 Comments

Color spaces of #e183fe

RGB 225131254
HSL0.790.980.75
HSV286°48°100°
CMYK 0.110.480.00   0.00
XYZ57.057039.395998.3629
Yxy39.39590.29290.2022
Hunter Lab62.766252.4230-48.9790
CIE-Lab69.037155.2482-46.7238

#e183fe color RGB value is (225,131,254).

#e183fe hex color red value is 225, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e183fe hue: 0.79 , saturation: 0.98 and the lightness value of e183fe is 0.75.

The process color (four color CMYK) of #e183fe color hex is 0.11, 0.48, 0.00, 0.00. Web safe color of #e183fe is #cc99ff. Color #e183fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000011 11111110
Octal 341 203 376
Decimal 225 131 254
Hex E1 83 FE

RGB Percentages of Color #e183fe

%36.89
%21.48
%41.64

CMYK Percentages of Color #e183fe

%11
%48
%0
%0

Triadic Colors of #e183fe

#e183fe #fee183 #83fee1

Analogous Colors of #e183fe

#e183fe #fe83de #a483fe

Monochromatic Colors of #e183fe

#e183fe

Complementary Color

#e183fe #a0fe83

#e183fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e183fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e183fe Color CSS Codes

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

#e183fe Text Font Color

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

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


#e183fe Background Color

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

This div background color is #e183fe


#e183fe Border Color

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

This div border color is #e183fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e183fe


Comments

No comments written yet.

Please login to write comment.