Color Hex Logo

#e169fd Color Hex

#E169FD
(225,105,253)
0 Favorites   0 Comments

Color spaces of #e169fd

RGB 225105253
HSL0.800.970.70
HSV289°58°99°
CMYK 0.110.580.00   0.01
XYZ53.832533.202696.5000
Yxy33.20260.29330.1809
Hunter Lab57.621765.9239-58.9587
CIE-Lab64.324667.4604-53.6204

#e169fd color RGB value is (225,105,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 11111101
Octal 341 151 375
Decimal 225 105 253
Hex E1 69 FD

RGB Percentages of Color #e169fd

%38.59
%18.01
%43.40

CMYK Percentages of Color #e169fd

%11
%58
%0
%1

Triadic Colors of #e169fd

#e169fd #fde169 #69fde1

Analogous Colors of #e169fd

#e169fd #fd69cf #9769fd

Monochromatic Colors of #e169fd

#e169fd

Complementary Color

#e169fd #85fd69

#e169fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e169fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e169fd Color CSS Codes

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

#e169fd Text Font Color

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

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


#e169fd Background Color

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

This div background color is #e169fd


#e169fd Border Color

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

This div border color is #e169fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e169fd


Comments

No comments written yet.

Please login to write comment.