Color Hex Logo

#e764eb Color Hex

#E764EB
(231,100,235)
0 Favorites   0 Comments

Color spaces of #e764eb

RGB 231100235
HSL0.830.770.66
HSV298°57°92°
CMYK 0.020.570.00   0.08
XYZ52.507632.101482.0260
Yxy32.10140.31510.1926
Hunter Lab56.658166.2723-46.1756
CIE-Lab63.426667.9091-45.0390

#e764eb color RGB value is (231,100,235).

#e764eb hex color red value is 231, green value is 100 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e764eb hue: 0.83 , saturation: 0.77 and the lightness value of e764eb is 0.66.

The process color (four color CMYK) of #e764eb color hex is 0.02, 0.57, 0.00, 0.08. Web safe color of #e764eb is #ff66ff. Color #e764eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100100 11101011
Octal 347 144 353
Decimal 231 100 235
Hex E7 64 EB

RGB Percentages of Color #e764eb

%40.81
%17.67
%41.52

CMYK Percentages of Color #e764eb

%2
%57
%0
%8

Triadic Colors of #e764eb

#e764eb #ebe764 #64ebe7

Analogous Colors of #e764eb

#e764eb #eb64ac #a464eb

Monochromatic Colors of #e764eb

#e764eb

Complementary Color

#e764eb #68eb64

#e764eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e764eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e764eb Color CSS Codes

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

#e764eb Text Font Color

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

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


#e764eb Background Color

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

This div background color is #e764eb


#e764eb Border Color

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

This div border color is #e764eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,100,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e764eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e764eb;
  -webkit-box-shadow: 1px 1px 3px 2px #e764eb;
  box-shadow:         1px 1px 3px 2px #e764eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,100,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e764eb


Comments

No comments written yet.

Please login to write comment.