Color Hex Logo

#e765ea Color Hex

#E765EA
(231,101,234)
0 Favorites   0 Comments

Color spaces of #e765ea

RGB 231101234
HSL0.830.760.66
HSV299°57°92°
CMYK 0.010.570.00   0.08
XYZ52.460032.236881.2993
Yxy32.23680.31600.1942
Hunter Lab56.777565.5660-45.1528
CIE-Lab63.538167.3044-44.3078

#e765ea color RGB value is (231,101,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100101 11101010
Octal 347 145 352
Decimal 231 101 234
Hex E7 65 EA

RGB Percentages of Color #e765ea

%40.81
%17.84
%41.34

CMYK Percentages of Color #e765ea

%1
%57
%0
%8

Triadic Colors of #e765ea

#e765ea #eae765 #65eae7

Analogous Colors of #e765ea

#e765ea #ea65ab #a565ea

Monochromatic Colors of #e765ea

#e765ea

Complementary Color

#e765ea #68ea65

#e765ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e765ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e765ea Color CSS Codes

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

#e765ea Text Font Color

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

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


#e765ea Background Color

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

This div background color is #e765ea


#e765ea Border Color

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

This div border color is #e765ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e765ea


Comments

No comments written yet.

Please login to write comment.