Color Hex Logo

#e17bfe Color Hex

#E17BFE
(225,123,254)
0 Favorites   0 Comments

Color spaces of #e17bfe

RGB 225123254
HSL0.800.980.74
HSV287°52°100°
CMYK 0.110.520.00   0.00
XYZ56.023737.329298.0184
Yxy37.32920.29270.1951
Hunter Lab61.097656.7554-52.3501
CIE-Lab67.523359.2115-49.1078

#e17bfe color RGB value is (225,123,254).

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

The process color (four color CMYK) of #e17bfe color hex is 0.11, 0.52, 0.00, 0.00. Web safe color of #e17bfe is #cc66ff. Color #e17bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111011 11111110
Octal 341 173 376
Decimal 225 123 254
Hex E1 7B FE

RGB Percentages of Color #e17bfe

%37.38
%20.43
%42.19

CMYK Percentages of Color #e17bfe

%11
%52
%0
%0

Triadic Colors of #e17bfe

#e17bfe #fee17b #7bfee1

Analogous Colors of #e17bfe

#e17bfe #fe7bda #a07bfe

Monochromatic Colors of #e17bfe

#e17bfe

Complementary Color

#e17bfe #98fe7b

#e17bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17bfe Color CSS Codes

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

#e17bfe Text Font Color

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

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


#e17bfe Background Color

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

This div background color is #e17bfe


#e17bfe Border Color

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

This div border color is #e17bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17bfe


Comments

No comments written yet.

Please login to write comment.