Color Hex Logo

#e752db Color Hex

#E752DB
(231,82,219)
0 Favorites   0 Comments

Color spaces of #e752db

RGB 23182219
HSL0.850.760.61
HSV305°65°91°
CMYK 0.000.650.05   0.09
XYZ48.758528.138069.8792
Yxy28.13800.33220.1917
Hunter Lab53.045371.2456-40.9740
CIE-Lab60.013272.6154-41.4574

#e752db color RGB value is (231,82,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010010 11011011
Octal 347 122 333
Decimal 231 82 219
Hex E7 52 DB

RGB Percentages of Color #e752db

%43.42
%15.41
%41.17

CMYK Percentages of Color #e752db

%0
%65
%5
%9

Triadic Colors of #e752db

#e752db #dbe752 #52dbe7

Analogous Colors of #e752db

#e752db #e75291 #a952e7

Monochromatic Colors of #e752db

#e752db

Complementary Color

#e752db #52e75e

#e752db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e752db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e752db Color CSS Codes

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

#e752db Text Font Color

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

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


#e752db Background Color

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

This div background color is #e752db


#e752db Border Color

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

This div border color is #e752db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e752db


Comments

No comments written yet.

Please login to write comment.