Color Hex Logo

#e138db Color Hex

#E138DB
(225,56,219)
0 Favorites   0 Comments

Color spaces of #e138db

RGB 22556219
HSL0.840.740.55
HSV302°75°88°
CMYK 0.000.750.03   0.12
XYZ45.251723.950469.2557
Yxy23.95040.32680.1730
Hunter Lab48.939179.4070-49.6462
CIE-Lab56.038179.9140-47.7964

#e138db color RGB value is (225,56,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 11011011
Octal 341 70 333
Decimal 225 56 219
Hex E1 38 DB

RGB Percentages of Color #e138db

%45.00
%11.20
%43.80

CMYK Percentages of Color #e138db

%0
%75
%3
%12

Triadic Colors of #e138db

#e138db #dbe138 #38dbe1

Analogous Colors of #e138db

#e138db #e13887 #9338e1

Monochromatic Colors of #e138db

#e138db

Complementary Color

#e138db #38e13e

#e138db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e138db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e138db Color CSS Codes

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

#e138db Text Font Color

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

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


#e138db Background Color

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

This div background color is #e138db


#e138db Border Color

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

This div border color is #e138db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e138db


Comments

No comments written yet.

Please login to write comment.