Color Hex Logo

#e752bc Color Hex

#E752BC
(231,82,188)
0 Favorites   0 Comments

Color spaces of #e752bc

RGB 23182188
HSL0.880.760.61
HSV317°65°91°
CMYK 0.000.650.19   0.09
XYZ45.049426.654450.3474
Yxy26.65440.36910.2184
Hunter Lab51.627965.4065-21.6799
CIE-Lab58.653168.0600-25.9446

#e752bc color RGB value is (231,82,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010010 10111100
Octal 347 122 274
Decimal 231 82 188
Hex E7 52 BC

RGB Percentages of Color #e752bc

%46.11
%16.37
%37.52

CMYK Percentages of Color #e752bc

%0
%65
%19
%9

Triadic Colors of #e752bc

#e752bc #bce752 #52bce7

Analogous Colors of #e752bc

#e752bc #e75272 #c852e7

Monochromatic Colors of #e752bc

#e752bc

Complementary Color

#e752bc #52e77d

#e752bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e752bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e752bc Color CSS Codes

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

#e752bc Text Font Color

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

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


#e752bc Background Color

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

This div background color is #e752bc


#e752bc Border Color

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

This div border color is #e752bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e752bc


Comments

No comments written yet.

Please login to write comment.