Color Hex Logo

#e250de Color Hex

#E250DE
(226,80,222)
0 Favorites   0 Comments

Color spaces of #e250de

RGB 22680222
HSL0.840.720.60
HSV302°65°89°
CMYK 0.000.650.02   0.11
XYZ47.417527.180071.8543
Yxy27.18000.32380.1856
Hunter Lab52.134471.1147-45.2223
CIE-Lab59.140672.6732-44.5722

#e250de color RGB value is (226,80,222).

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

The process color (four color CMYK) of #e250de color hex is 0.00, 0.65, 0.02, 0.11. Web safe color of #e250de is #cc66cc. Color #e250de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 11011110
Octal 342 120 336
Decimal 226 80 222
Hex E2 50 DE

RGB Percentages of Color #e250de

%42.80
%15.15
%42.05

CMYK Percentages of Color #e250de

%0
%65
%2
%11

Triadic Colors of #e250de

#e250de #dee250 #50dee2

Analogous Colors of #e250de

#e250de #e25095 #9d50e2

Monochromatic Colors of #e250de

#e250de

Complementary Color

#e250de #50e254

#e250de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e250de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e250de Color CSS Codes

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

#e250de Text Font Color

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

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


#e250de Background Color

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

This div background color is #e250de


#e250de Border Color

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

This div border color is #e250de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e250de


Comments

No comments written yet.

Please login to write comment.