Color Hex Logo

#e752de Color Hex

#E752DE
(231,82,222)
0 Favorites   0 Comments

Color spaces of #e752de

RGB 23182222
HSL0.840.760.61
HSV304°65°91°
CMYK 0.000.650.04   0.09
XYZ49.157128.297471.9783
Yxy28.29740.32900.1894
Hunter Lab53.195371.8578-42.9883
CIE-Lab60.156573.0857-42.9207

#e752de color RGB value is (231,82,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010010 11011110
Octal 347 122 336
Decimal 231 82 222
Hex E7 52 DE

RGB Percentages of Color #e752de

%43.18
%15.33
%41.50

CMYK Percentages of Color #e752de

%0
%65
%4
%9

Triadic Colors of #e752de

#e752de #dee752 #52dee7

Analogous Colors of #e752de

#e752de #e75294 #a652e7

Monochromatic Colors of #e752de

#e752de

Complementary Color

#e752de #52e75b

#e752de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e752de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e752de Color CSS Codes

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

#e752de Text Font Color

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

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


#e752de Background Color

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

This div background color is #e752de


#e752de Border Color

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

This div border color is #e752de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,82,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e752de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e752de


Comments

No comments written yet.

Please login to write comment.