Color Hex Logo

#e138af Color Hex

#E138AF
(225,56,175)
0 Favorites   0 Comments

Color spaces of #e138af

RGB 22556175
HSL0.880.740.55
HSV318°75°88°
CMYK 0.000.750.22   0.12
XYZ40.203421.931042.6716
Yxy21.93100.38360.2093
Hunter Lab46.830571.2864-21.2432
CIE-Lab53.953773.8038-25.7503

#e138af color RGB value is (225,56,175).

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

The process color (four color CMYK) of #e138af color hex is 0.00, 0.75, 0.22, 0.12. Web safe color of #e138af is #cc3399. Color #e138af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 10101111
Octal 341 70 257
Decimal 225 56 175
Hex E1 38 AF

RGB Percentages of Color #e138af

%49.34
%12.28
%38.38

CMYK Percentages of Color #e138af

%0
%75
%22
%12

Triadic Colors of #e138af

#e138af #afe138 #38afe1

Analogous Colors of #e138af

#e138af #e1385a #bf38e1

Monochromatic Colors of #e138af

#e138af

Complementary Color

#e138af #38e16a

#e138af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e138af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e138af Color CSS Codes

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

#e138af Text Font Color

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

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


#e138af Background Color

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

This div background color is #e138af


#e138af Border Color

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

This div border color is #e138af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e138af


Comments

No comments written yet.

Please login to write comment.