Color Hex Logo

#e167ed Color Hex

#E167ED
(225,103,237)
0 Favorites   0 Comments

Color spaces of #e167ed

RGB 225103237
HSL0.820.790.67
HSV295°57°93°
CMYK 0.050.570.00   0.07
XYZ51.187631.822583.5652
Yxy31.82250.30730.1910
Hunter Lab56.411463.2505-48.3414
CIE-Lab63.195965.4363-46.5680

#e167ed color RGB value is (225,103,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100111 11101101
Octal 341 147 355
Decimal 225 103 237
Hex E1 67 ED

RGB Percentages of Color #e167ed

%39.82
%18.23
%41.95

CMYK Percentages of Color #e167ed

%5
%57
%0
%7

Triadic Colors of #e167ed

#e167ed #ede167 #67ede1

Analogous Colors of #e167ed

#e167ed #ed67b6 #9e67ed

Monochromatic Colors of #e167ed

#e167ed

Complementary Color

#e167ed #73ed67

#e167ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e167ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e167ed Color CSS Codes

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

#e167ed Text Font Color

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

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


#e167ed Background Color

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

This div background color is #e167ed


#e167ed Border Color

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

This div border color is #e167ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e167ed


Comments

No comments written yet.

Please login to write comment.