Color Hex Logo

#e168ff Color Hex

#E168FF
(225,104,255)
0 Favorites   0 Comments

Color spaces of #e168ff

RGB 225104255
HSL0.801.000.70
HSV288°59°100°
CMYK 0.120.590.00   0.00
XYZ54.051733.128298.1533
Yxy33.12820.29160.1787
Hunter Lab57.557166.9039-60.8185
CIE-Lab64.264668.2799-54.8148

#e168ff color RGB value is (225,104,255).

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

The process color (four color CMYK) of #e168ff color hex is 0.12, 0.59, 0.00, 0.00. Web safe color of #e168ff is #cc66ff. Color #e168ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 11111111
Octal 341 150 377
Decimal 225 104 255
Hex E1 68 FF

RGB Percentages of Color #e168ff

%38.53
%17.81
%43.66

CMYK Percentages of Color #e168ff

%12
%59
%0
%0

Triadic Colors of #e168ff

#e168ff #ffe168 #68ffe1

Analogous Colors of #e168ff

#e168ff #ff68d2 #9668ff

Monochromatic Colors of #e168ff

#e168ff

Complementary Color

#e168ff #86ff68

#e168ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e168ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e168ff Color CSS Codes

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

#e168ff Text Font Color

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

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


#e168ff Background Color

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

This div background color is #e168ff


#e168ff Border Color

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

This div border color is #e168ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e168ff


Comments

No comments written yet.

Please login to write comment.