Color Hex Logo

#e17bfd Color Hex

#E17BFD
(225,123,253)
0 Favorites   0 Comments

Color spaces of #e17bfd

RGB 225123253
HSL0.800.970.74
HSV287°51°99°
CMYK 0.110.510.00   0.01
XYZ55.863937.265397.1771
Yxy37.26530.29350.1958
Hunter Lab61.045356.5200-51.6511
CIE-Lab67.475659.0180-48.6359

#e17bfd color RGB value is (225,123,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111011 11111101
Octal 341 173 375
Decimal 225 123 253
Hex E1 7B FD

RGB Percentages of Color #e17bfd

%37.44
%20.47
%42.10

CMYK Percentages of Color #e17bfd

%11
%51
%0
%1

Triadic Colors of #e17bfd

#e17bfd #fde17b #7bfde1

Analogous Colors of #e17bfd

#e17bfd #fd7bd8 #a07bfd

Monochromatic Colors of #e17bfd

#e17bfd

Complementary Color

#e17bfd #97fd7b

#e17bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17bfd Color CSS Codes

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

#e17bfd Text Font Color

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

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


#e17bfd Background Color

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

This div background color is #e17bfd


#e17bfd Border Color

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

This div border color is #e17bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,123,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.