Color Hex Logo

#e262db Color Hex

#E262DB
(226,98,219)
0 Favorites   0 Comments

Color spaces of #e262db

RGB 22698219
HSL0.840.690.64
HSV303°57°89°
CMYK 0.000.570.03   0.11
XYZ48.517930.018670.2548
Yxy30.01860.32610.2017
Hunter Lab54.789262.1872-37.6736
CIE-Lab61.670364.8135-38.9089

#e262db color RGB value is (226,98,219).

#e262db hex color red value is 226, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e262db hue: 0.84 , saturation: 0.69 and the lightness value of e262db is 0.64.

The process color (four color CMYK) of #e262db color hex is 0.00, 0.57, 0.03, 0.11. Web safe color of #e262db is #cc66cc. Color #e262db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100010 11011011
Octal 342 142 333
Decimal 226 98 219
Hex E2 62 DB

RGB Percentages of Color #e262db

%41.62
%18.05
%40.33

CMYK Percentages of Color #e262db

%0
%57
%3
%11

Triadic Colors of #e262db

#e262db #dbe262 #62dbe2

Analogous Colors of #e262db

#e262db #e2629b #a962e2

Monochromatic Colors of #e262db

#e262db

Complementary Color

#e262db #62e269

#e262db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e262db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e262db Color CSS Codes

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

#e262db Text Font Color

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

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


#e262db Background Color

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

This div background color is #e262db


#e262db Border Color

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

This div border color is #e262db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e262db


Comments

No comments written yet.

Please login to write comment.