Color Hex Logo

#e241da Color Hex

#E241DA
(226,65,218)
0 Favorites   0 Comments

Color spaces of #e241da

RGB 22665218
HSL0.840.740.57
HSV303°71°89°
CMYK 0.000.710.04   0.11
XYZ45.909225.011368.7376
Yxy25.01130.32870.1791
Hunter Lab50.011376.3390-46.4827
CIE-Lab57.086477.2772-45.5589

#e241da color RGB value is (226,65,218).

#e241da hex color red value is 226, green value is 65 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e241da hue: 0.84 , saturation: 0.74 and the lightness value of e241da is 0.57.

The process color (four color CMYK) of #e241da color hex is 0.00, 0.71, 0.04, 0.11. Web safe color of #e241da is #cc33cc. Color #e241da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 11011010
Octal 342 101 332
Decimal 226 65 218
Hex E2 41 DA

RGB Percentages of Color #e241da

%44.40
%12.77
%42.83

CMYK Percentages of Color #e241da

%0
%71
%4
%11

Triadic Colors of #e241da

#e241da #dae241 #41dae2

Analogous Colors of #e241da

#e241da #e2418a #9a41e2

Monochromatic Colors of #e241da

#e241da

Complementary Color

#e241da #41e249

#e241da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e241da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e241da Color CSS Codes

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

#e241da Text Font Color

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

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


#e241da Background Color

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

This div background color is #e241da


#e241da Border Color

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

This div border color is #e241da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e241da


Comments

No comments written yet.

Please login to write comment.