Color Hex Logo

#e628db Color Hex

#E628DB
(230,40,219)
0 Favorites   0 Comments

Color spaces of #e628db

RGB 23040219
HSL0.840.790.53
HSV303°83°90°
CMYK 0.000.830.05   0.10
XYZ46.178123.455169.1113
Yxy23.45510.33280.1691
Hunter Lab48.430585.4451-50.7068
CIE-Lab55.538084.7157-48.5389

#e628db color RGB value is (230,40,219).

#e628db hex color red value is 230, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e628db hue: 0.84 , saturation: 0.79 and the lightness value of e628db is 0.53.

The process color (four color CMYK) of #e628db color hex is 0.00, 0.83, 0.05, 0.10. Web safe color of #e628db is #ff33cc. Color #e628db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101000 11011011
Octal 346 50 333
Decimal 230 40 219
Hex E6 28 DB

RGB Percentages of Color #e628db

%47.03
%8.18
%44.79

CMYK Percentages of Color #e628db

%0
%83
%5
%10

Triadic Colors of #e628db

#e628db #dbe628 #28dbe6

Analogous Colors of #e628db

#e628db #e6287c #9228e6

Monochromatic Colors of #e628db

#e628db

Complementary Color

#e628db #28e633

#e628db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e628db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e628db Color CSS Codes

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

#e628db Text Font Color

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

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


#e628db Background Color

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

This div background color is #e628db


#e628db Border Color

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

This div border color is #e628db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e628db


Comments

No comments written yet.

Please login to write comment.