Color Hex Logo

#e205ee Color Hex

#E205EE
(226,5,238)
0 Favorites   0 Comments

Color spaces of #e205ee

RGB 2265238
HSL0.820.960.48
HSV297°98°93°
CMYK 0.050.980.00   0.07
XYZ46.850922.450382.7529
Yxy22.45030.30810.1476
Hunter Lab47.381793.5821-70.3836
CIE-Lab54.501691.0831-60.9630

#e205ee color RGB value is (226,5,238).

#e205ee hex color red value is 226, green value is 5 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e205ee hue: 0.82 , saturation: 0.96 and the lightness value of e205ee is 0.48.

The process color (four color CMYK) of #e205ee color hex is 0.05, 0.98, 0.00, 0.07. Web safe color of #e205ee is #cc00ff. Color #e205ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000101 11101110
Octal 342 5 356
Decimal 226 5 238
Hex E2 5 EE

RGB Percentages of Color #e205ee

%48.19
%1.07
%50.75

CMYK Percentages of Color #e205ee

%5
%98
%0
%7

Triadic Colors of #e205ee

#e205ee #eee205 #05eee2

Analogous Colors of #e205ee

#e205ee #ee0586 #6e05ee

Monochromatic Colors of #e205ee

#e205ee

Complementary Color

#e205ee #11ee05

#e205ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e205ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e205ee Color CSS Codes

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

#e205ee Text Font Color

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

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


#e205ee Background Color

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

This div background color is #e205ee


#e205ee Border Color

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

This div border color is #e205ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e205ee


Comments

No comments written yet.

Please login to write comment.