Color Hex Logo

#e167ef Color Hex

#E167EF
(225,103,239)
0 Favorites   0 Comments

Color spaces of #e167ef

RGB 225103239
HSL0.820.810.67
HSV294°57°94°
CMYK 0.060.570.00   0.06
XYZ51.481631.940085.1130
Yxy31.94000.30550.1895
Hunter Lab56.515563.6987-49.7306
CIE-Lab63.293365.7940-47.5238

#e167ef color RGB value is (225,103,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100111 11101111
Octal 341 147 357
Decimal 225 103 239
Hex E1 67 EF

RGB Percentages of Color #e167ef

%39.68
%18.17
%42.15

CMYK Percentages of Color #e167ef

%6
%57
%0
%6

Triadic Colors of #e167ef

#e167ef #efe167 #67efe1

Analogous Colors of #e167ef

#e167ef #ef67b9 #9d67ef

Monochromatic Colors of #e167ef

#e167ef

Complementary Color

#e167ef #75ef67

#e167ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e167ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e167ef Color CSS Codes

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

#e167ef Text Font Color

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

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


#e167ef Background Color

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

This div background color is #e167ef


#e167ef Border Color

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

This div border color is #e167ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e167ef


Comments

No comments written yet.

Please login to write comment.