Color Hex Logo

#e427db Color Hex

#E427DB
(228,39,219)
0 Favorites   0 Comments

Color spaces of #e427db

RGB 22839219
HSL0.840.780.52
HSV303°83°89°
CMYK 0.000.830.04   0.11
XYZ45.506623.059569.0703
Yxy23.05950.33060.1675
Hunter Lab48.020385.1206-51.6659
CIE-Lab55.133684.5446-49.2023

#e427db color RGB value is (228,39,219).

#e427db hex color red value is 228, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e427db hue: 0.84 , saturation: 0.78 and the lightness value of e427db is 0.52.

The process color (four color CMYK) of #e427db color hex is 0.00, 0.83, 0.04, 0.11. Web safe color of #e427db is #cc33cc. Color #e427db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100111 11011011
Octal 344 47 333
Decimal 228 39 219
Hex E4 27 DB

RGB Percentages of Color #e427db

%46.91
%8.02
%45.06

CMYK Percentages of Color #e427db

%0
%83
%4
%11

Triadic Colors of #e427db

#e427db #dbe427 #27dbe4

Analogous Colors of #e427db

#e427db #e4277d #8f27e4

Monochromatic Colors of #e427db

#e427db

Complementary Color

#e427db #27e430

#e427db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e427db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e427db Color CSS Codes

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

#e427db Text Font Color

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

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


#e427db Background Color

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

This div background color is #e427db


#e427db Border Color

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

This div border color is #e427db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,39,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 #e427db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e427db


Comments

No comments written yet.

Please login to write comment.