Color Hex Logo

#e526ef Color Hex

#E526EF
(229,38,239)
0 Favorites   0 Comments

Color spaces of #e526ef

RGB 22938239
HSL0.830.860.54
HSV297°84°94°
CMYK 0.040.840.00   0.06
XYZ48.586224.276283.7864
Yxy24.27620.31020.1550
Hunter Lab49.270989.7955-66.3345
CIE-Lab56.363387.8759-58.5099

#e526ef color RGB value is (229,38,239).

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

The process color (four color CMYK) of #e526ef color hex is 0.04, 0.84, 0.00, 0.06. Web safe color of #e526ef is #cc33ff. Color #e526ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100110 11101111
Octal 345 46 357
Decimal 229 38 239
Hex E5 26 EF

RGB Percentages of Color #e526ef

%45.26
%7.51
%47.23

CMYK Percentages of Color #e526ef

%4
%84
%0
%6

Triadic Colors of #e526ef

#e526ef #efe526 #26efe5

Analogous Colors of #e526ef

#e526ef #ef2695 #8126ef

Monochromatic Colors of #e526ef

#e526ef

Complementary Color

#e526ef #30ef26

#e526ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e526ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e526ef Color CSS Codes

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

#e526ef Text Font Color

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

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


#e526ef Background Color

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

This div background color is #e526ef


#e526ef Border Color

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

This div border color is #e526ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e526ef


Comments

No comments written yet.

Please login to write comment.