Color Hex Logo

#e138ea Color Hex

#E138EA
(225,56,234)
0 Favorites   0 Comments

Color spaces of #e138ea

RGB 22556234
HSL0.820.810.57
HSV297°76°92°
CMYK 0.040.760.00   0.08
XYZ47.316824.776480.1304
Yxy24.77640.31080.1628
Hunter Lab49.775982.5737-60.6033
CIE-Lab56.856982.2357-54.9533

#e138ea color RGB value is (225,56,234).

#e138ea hex color red value is 225, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e138ea hue: 0.82 , saturation: 0.81 and the lightness value of e138ea is 0.57.

The process color (four color CMYK) of #e138ea color hex is 0.04, 0.76, 0.00, 0.08. Web safe color of #e138ea is #cc33ff. Color #e138ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 11101010
Octal 341 70 352
Decimal 225 56 234
Hex E1 38 EA

RGB Percentages of Color #e138ea

%43.69
%10.87
%45.44

CMYK Percentages of Color #e138ea

%4
%76
%0
%8

Triadic Colors of #e138ea

#e138ea #eae138 #38eae1

Analogous Colors of #e138ea

#e138ea #ea389a #8838ea

Monochromatic Colors of #e138ea

#e138ea

Complementary Color

#e138ea #41ea38

#e138ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e138ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e138ea Color CSS Codes

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

#e138ea Text Font Color

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

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


#e138ea Background Color

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

This div background color is #e138ea


#e138ea Border Color

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

This div border color is #e138ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,56,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e138ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e138ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e138ea;
  box-shadow:         1px 1px 3px 2px #e138ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,56,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e138ea


Comments

No comments written yet.

Please login to write comment.