Color Hex Logo

#e715ea Color Hex

#E715EA
(231,21,234)
0 Favorites   0 Comments

Color spaces of #e715ea

RGB 23121234
HSL0.830.840.50
HSV299°91°92°
CMYK 0.010.910.00   0.08
XYZ48.074423.465879.8374
Yxy23.46580.31760.1550
Hunter Lab48.441592.3746-63.8079
CIE-Lab55.548989.9773-56.9881

#e715ea color RGB value is (231,21,234).

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

The process color (four color CMYK) of #e715ea color hex is 0.01, 0.91, 0.00, 0.08. Web safe color of #e715ea is #ff00ff. Color #e715ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 11101010
Octal 347 25 352
Decimal 231 21 234
Hex E7 15 EA

RGB Percentages of Color #e715ea

%47.53
%4.32
%48.15

CMYK Percentages of Color #e715ea

%1
%91
%0
%8

Triadic Colors of #e715ea

#e715ea #eae715 #15eae7

Analogous Colors of #e715ea

#e715ea #ea1583 #7d15ea

Monochromatic Colors of #e715ea

#e715ea

Complementary Color

#e715ea #18ea15

#e715ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e715ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e715ea Color CSS Codes

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

#e715ea Text Font Color

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

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


#e715ea Background Color

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

This div background color is #e715ea


#e715ea Border Color

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

This div border color is #e715ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e715ea


Comments

No comments written yet.

Please login to write comment.