Color Hex Logo

#e760ee Color Hex

#E760EE
(231,96,238)
0 Favorites   0 Comments

Color spaces of #e760ee

RGB 23196238
HSL0.830.810.65
HSV297°60°93°
CMYK 0.030.600.00   0.07
XYZ52.570531.527784.2036
Yxy31.52770.31240.1873
Hunter Lab56.149568.8605-49.6085
CIE-Lab62.950670.1246-47.4561

#e760ee color RGB value is (231,96,238).

#e760ee hex color red value is 231, green value is 96 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e760ee hue: 0.83 , saturation: 0.81 and the lightness value of e760ee is 0.65.

The process color (four color CMYK) of #e760ee color hex is 0.03, 0.60, 0.00, 0.07. Web safe color of #e760ee is #ff66ff. Color #e760ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 11101110
Octal 347 140 356
Decimal 231 96 238
Hex E7 60 EE

RGB Percentages of Color #e760ee

%40.88
%16.99
%42.12

CMYK Percentages of Color #e760ee

%3
%60
%0
%7

Triadic Colors of #e760ee

#e760ee #eee760 #60eee7

Analogous Colors of #e760ee

#e760ee #ee60ae #a060ee

Monochromatic Colors of #e760ee

#e760ee

Complementary Color

#e760ee #67ee60

#e760ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e760ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e760ee Color CSS Codes

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

#e760ee Text Font Color

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

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


#e760ee Background Color

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

This div background color is #e760ee


#e760ee Border Color

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

This div border color is #e760ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e760ee


Comments

No comments written yet.

Please login to write comment.