Color Hex Logo

#e750db Color Hex

#E750DB
(231,80,219)
0 Favorites   0 Comments

Color spaces of #e750db

RGB 23180219
HSL0.850.760.61
HSV305°65°91°
CMYK 0.000.650.05   0.09
XYZ48.609827.840769.8296
Yxy27.84070.33230.1903
Hunter Lab52.764372.1080-41.5309
CIE-Lab59.744573.3662-41.8798

#e750db color RGB value is (231,80,219).

#e750db hex color red value is 231, green value is 80 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e750db hue: 0.85 , saturation: 0.76 and the lightness value of e750db is 0.61.

The process color (four color CMYK) of #e750db color hex is 0.00, 0.65, 0.05, 0.09. Web safe color of #e750db is #ff66cc. Color #e750db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010000 11011011
Octal 347 120 333
Decimal 231 80 219
Hex E7 50 DB

RGB Percentages of Color #e750db

%43.58
%15.09
%41.32

CMYK Percentages of Color #e750db

%0
%65
%5
%9

Triadic Colors of #e750db

#e750db #dbe750 #50dbe7

Analogous Colors of #e750db

#e750db #e75090 #a850e7

Monochromatic Colors of #e750db

#e750db

Complementary Color

#e750db #50e75c

#e750db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e750db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e750db Color CSS Codes

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

#e750db Text Font Color

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

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


#e750db Background Color

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

This div background color is #e750db


#e750db Border Color

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

This div border color is #e750db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e750db


Comments

No comments written yet.

Please login to write comment.