Color Hex Logo

#e138be Color Hex

#E138BE
(225,56,190)
0 Favorites   0 Comments

Color spaces of #e138be

RGB 22556190
HSL0.870.740.55
HSV312°75°88°
CMYK 0.000.750.16   0.12
XYZ41.759822.553650.8675
Yxy22.55360.36260.1958
Hunter Lab47.490673.8513-30.2624
CIE-Lab54.609575.7592-33.4470

#e138be color RGB value is (225,56,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 10111110
Octal 341 70 276
Decimal 225 56 190
Hex E1 38 BE

RGB Percentages of Color #e138be

%47.77
%11.89
%40.34

CMYK Percentages of Color #e138be

%0
%75
%16
%12

Triadic Colors of #e138be

#e138be #bee138 #38bee1

Analogous Colors of #e138be

#e138be #e1386a #b038e1

Monochromatic Colors of #e138be

#e138be

Complementary Color

#e138be #38e15b

#e138be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e138be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e138be Color CSS Codes

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

#e138be Text Font Color

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

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


#e138be Background Color

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

This div background color is #e138be


#e138be Border Color

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

This div border color is #e138be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e138be


Comments

No comments written yet.

Please login to write comment.