Color Hex Logo

#e465ef Color Hex

#E465EF
(228,101,239)
0 Favorites   0 Comments

Color spaces of #e465ef

RGB 228101239
HSL0.820.810.67
HSV295°58°94°
CMYK 0.050.580.00   0.06
XYZ52.228632.033385.0917
Yxy32.03330.30840.1892
Hunter Lab56.598065.6733-49.5204
CIE-Lab63.370467.4234-47.3754

#e465ef color RGB value is (228,101,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100101 11101111
Octal 344 145 357
Decimal 228 101 239
Hex E4 65 EF

RGB Percentages of Color #e465ef

%40.14
%17.78
%42.08

CMYK Percentages of Color #e465ef

%5
%58
%0
%6

Triadic Colors of #e465ef

#e465ef #efe465 #65efe4

Analogous Colors of #e465ef

#e465ef #ef65b5 #9f65ef

Monochromatic Colors of #e465ef

#e465ef

Complementary Color

#e465ef #70ef65

#e465ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e465ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e465ef Color CSS Codes

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

#e465ef Text Font Color

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

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


#e465ef Background Color

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

This div background color is #e465ef


#e465ef Border Color

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

This div border color is #e465ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e465ef


Comments

No comments written yet.

Please login to write comment.