Color Hex Logo

#e2338d Color Hex

#E2338D
(226,51,141)
0 Favorites   0 Comments

Color spaces of #e2338d

RGB 22651141
HSL0.910.750.54
HSV329°77°89°
CMYK 0.000.770.38   0.11
XYZ37.355620.459527.1795
Yxy20.45950.43950.2407
Hunter Lab45.232268.2603-3.9642
CIE-Lab52.352871.6243-8.0788

#e2338d color RGB value is (226,51,141).

#e2338d hex color red value is 226, green value is 51 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e2338d hue: 0.91 , saturation: 0.75 and the lightness value of e2338d is 0.54.

The process color (four color CMYK) of #e2338d color hex is 0.00, 0.77, 0.38, 0.11. Web safe color of #e2338d is #cc3399. Color #e2338d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110011 10001101
Octal 342 63 215
Decimal 226 51 141
Hex E2 33 8D

RGB Percentages of Color #e2338d

%54.07
%12.20
%33.73

CMYK Percentages of Color #e2338d

%0
%77
%38
%11

Triadic Colors of #e2338d

#e2338d #8de233 #338de2

Analogous Colors of #e2338d

#e2338d #e23336 #e033e2

Monochromatic Colors of #e2338d

#e2338d

Complementary Color

#e2338d #33e288

#e2338d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2338d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2338d Color CSS Codes

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

#e2338d Text Font Color

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

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


#e2338d Background Color

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

This div background color is #e2338d


#e2338d Border Color

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

This div border color is #e2338d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2338d


Comments

No comments written yet.

Please login to write comment.