Color Hex Logo

#e728ef Color Hex

#E728EF
(231,40,239)
0 Favorites   0 Comments

Color spaces of #e728ef

RGB 23140239
HSL0.830.860.55
HSV298°83°94°
CMYK 0.030.830.00   0.06
XYZ49.293824.738583.8383
Yxy24.73850.31220.1567
Hunter Lab49.737889.8653-65.1230
CIE-Lab56.819787.8398-57.7607

#e728ef color RGB value is (231,40,239).

#e728ef hex color red value is 231, green value is 40 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e728ef hue: 0.83 , saturation: 0.86 and the lightness value of e728ef is 0.55.

The process color (four color CMYK) of #e728ef color hex is 0.03, 0.83, 0.00, 0.06. Web safe color of #e728ef is #ff33ff. Color #e728ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101000 11101111
Octal 347 50 357
Decimal 231 40 239
Hex E7 28 EF

RGB Percentages of Color #e728ef

%45.29
%7.84
%46.86

CMYK Percentages of Color #e728ef

%3
%83
%0
%6

Triadic Colors of #e728ef

#e728ef #efe728 #28efe7

Analogous Colors of #e728ef

#e728ef #ef2894 #8428ef

Monochromatic Colors of #e728ef

#e728ef

Complementary Color

#e728ef #30ef28

#e728ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e728ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e728ef Color CSS Codes

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

#e728ef Text Font Color

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

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


#e728ef Background Color

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

This div background color is #e728ef


#e728ef Border Color

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

This div border color is #e728ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e728ef


Comments

No comments written yet.

Please login to write comment.