Color Hex Logo

#e138df Color Hex

#E138DF
(225,56,223)
0 Favorites   0 Comments

Color spaces of #e138df

RGB 22556223
HSL0.840.740.55
HSV301°75°88°
CMYK 0.000.750.01   0.12
XYZ45.784824.163672.0630
Yxy24.16360.32240.1702
Hunter Lab49.156580.2327-52.5091
CIE-Lab56.251280.5226-49.7222

#e138df color RGB value is (225,56,223).

#e138df hex color red value is 225, green value is 56 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e138df hue: 0.84 , saturation: 0.74 and the lightness value of e138df is 0.55.

The process color (four color CMYK) of #e138df color hex is 0.00, 0.75, 0.01, 0.12. Web safe color of #e138df is #cc33cc. Color #e138df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 11011111
Octal 341 70 337
Decimal 225 56 223
Hex E1 38 DF

RGB Percentages of Color #e138df

%44.64
%11.11
%44.25

CMYK Percentages of Color #e138df

%0
%75
%1
%12

Triadic Colors of #e138df

#e138df #dfe138 #38dfe1

Analogous Colors of #e138df

#e138df #e1388b #8f38e1

Monochromatic Colors of #e138df

#e138df

Complementary Color

#e138df #38e13a

#e138df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e138df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e138df Color CSS Codes

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

#e138df Text Font Color

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

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


#e138df Background Color

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

This div background color is #e138df


#e138df Border Color

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

This div border color is #e138df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e138df


Comments

No comments written yet.

Please login to write comment.