Color Hex Logo

#e865db Color Hex

#E865DB
(232,101,219)
0 Favorites   0 Comments

Color spaces of #e865db

RGB 232101219
HSL0.850.740.65
HSV306°56°91°
CMYK 0.000.560.06   0.09
XYZ50.718631.577670.4398
Yxy31.57760.33210.2067
Hunter Lab56.193962.7681-34.9850
CIE-Lab62.992265.0680-36.7812

#e865db color RGB value is (232,101,219).

#e865db hex color red value is 232, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e865db hue: 0.85 , saturation: 0.74 and the lightness value of e865db is 0.65.

The process color (four color CMYK) of #e865db color hex is 0.00, 0.56, 0.06, 0.09. Web safe color of #e865db is #ff66cc. Color #e865db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100101 11011011
Octal 350 145 333
Decimal 232 101 219
Hex E8 65 DB

RGB Percentages of Color #e865db

%42.03
%18.30
%39.67

CMYK Percentages of Color #e865db

%0
%56
%6
%9

Triadic Colors of #e865db

#e865db #dbe865 #65dbe8

Analogous Colors of #e865db

#e865db #e8659a #b465e8

Monochromatic Colors of #e865db

#e865db

Complementary Color

#e865db #65e872

#e865db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e865db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e865db Color CSS Codes

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

#e865db Text Font Color

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

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


#e865db Background Color

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

This div background color is #e865db


#e865db Border Color

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

This div border color is #e865db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e865db


Comments

No comments written yet.

Please login to write comment.