Color Hex Logo

#e775db Color Hex

#E775DB
(231,117,219)
0 Favorites   0 Comments

Color spaces of #e775db

RGB 231117219
HSL0.850.700.68
HSV306°49°91°
CMYK 0.000.490.05   0.09
XYZ52.102534.826070.9938
Yxy34.82600.32990.2205
Hunter Lab59.013654.3222-30.0169
CIE-Lab65.613057.4273-32.7150

#e775db color RGB value is (231,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110101 11011011
Octal 347 165 333
Decimal 231 117 219
Hex E7 75 DB

RGB Percentages of Color #e775db

%40.74
%20.63
%38.62

CMYK Percentages of Color #e775db

%0
%49
%5
%9

Triadic Colors of #e775db

#e775db #dbe775 #75dbe7

Analogous Colors of #e775db

#e775db #e775a2 #ba75e7

Monochromatic Colors of #e775db

#e775db

Complementary Color

#e775db #75e781

#e775db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e775db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e775db Color CSS Codes

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

#e775db Text Font Color

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

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


#e775db Background Color

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

This div background color is #e775db


#e775db Border Color

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

This div border color is #e775db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e775db


Comments

No comments written yet.

Please login to write comment.