Color Hex Logo

#e247de Color Hex

#E247DE
(226,71,222)
0 Favorites   0 Comments

Color spaces of #e247de

RGB 22671222
HSL0.840.730.58
HSV302°69°89°
CMYK 0.000.690.02   0.11
XYZ46.802125.949271.6492
Yxy25.94920.32410.1797
Hunter Lab50.940474.8535-47.7350
CIE-Lab57.988875.9147-46.3922

#e247de color RGB value is (226,71,222).

#e247de hex color red value is 226, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e247de hue: 0.84 , saturation: 0.73 and the lightness value of e247de is 0.58.

The process color (four color CMYK) of #e247de color hex is 0.00, 0.69, 0.02, 0.11. Web safe color of #e247de is #cc33cc. Color #e247de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000111 11011110
Octal 342 107 336
Decimal 226 71 222
Hex E2 47 DE

RGB Percentages of Color #e247de

%43.55
%13.68
%42.77

CMYK Percentages of Color #e247de

%0
%69
%2
%11

Triadic Colors of #e247de

#e247de #dee247 #47dee2

Analogous Colors of #e247de

#e247de #e24791 #9947e2

Monochromatic Colors of #e247de

#e247de

Complementary Color

#e247de #47e24b

#e247de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e247de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e247de Color CSS Codes

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

#e247de Text Font Color

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

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


#e247de Background Color

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

This div background color is #e247de


#e247de Border Color

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

This div border color is #e247de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,71,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e247de


Comments

No comments written yet.

Please login to write comment.