Color Hex Logo

#e169ee Color Hex

#E169EE
(225,105,238)
0 Favorites   0 Comments

Color spaces of #e169ee

RGB 225105238
HSL0.820.800.67
HSV294°56°93°
CMYK 0.050.560.00   0.07
XYZ51.535532.283784.4041
Yxy32.28370.30640.1919
Hunter Lab56.818762.4695-48.3020
CIE-Lab63.576764.7146-46.5223

#e169ee color RGB value is (225,105,238).

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

The process color (four color CMYK) of #e169ee color hex is 0.05, 0.56, 0.00, 0.07. Web safe color of #e169ee is #cc66ff. Color #e169ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 11101110
Octal 341 151 356
Decimal 225 105 238
Hex E1 69 EE

RGB Percentages of Color #e169ee

%39.61
%18.49
%41.90

CMYK Percentages of Color #e169ee

%5
%56
%0
%7

Triadic Colors of #e169ee

#e169ee #eee169 #69eee1

Analogous Colors of #e169ee

#e169ee #ee69b9 #9f69ee

Monochromatic Colors of #e169ee

#e169ee

Complementary Color

#e169ee #76ee69

#e169ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e169ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e169ee Color CSS Codes

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

#e169ee Text Font Color

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

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


#e169ee Background Color

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

This div background color is #e169ee


#e169ee Border Color

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

This div border color is #e169ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e169ee


Comments

No comments written yet.

Please login to write comment.