Color Hex Logo

#e165ef Color Hex

#E165EF
(225,101,239)
0 Favorites   0 Comments

Color spaces of #e165ef

RGB 225101239
HSL0.820.810.67
HSV294°58°94°
CMYK 0.060.580.00   0.06
XYZ51.285031.546985.0475
Yxy31.54690.30550.1879
Hunter Lab56.166664.6944-50.4603
CIE-Lab62.966666.6825-48.0397

#e165ef color RGB value is (225,101,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 11101111
Octal 341 145 357
Decimal 225 101 239
Hex E1 65 EF

RGB Percentages of Color #e165ef

%39.82
%17.88
%42.30

CMYK Percentages of Color #e165ef

%6
%58
%0
%6

Triadic Colors of #e165ef

#e165ef #efe165 #65efe1

Analogous Colors of #e165ef

#e165ef #ef65b8 #9c65ef

Monochromatic Colors of #e165ef

#e165ef

Complementary Color

#e165ef #73ef65

#e165ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e165ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e165ef Color CSS Codes

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

#e165ef Text Font Color

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

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


#e165ef Background Color

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

This div background color is #e165ef


#e165ef Border Color

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

This div border color is #e165ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e165ef


Comments

No comments written yet.

Please login to write comment.