Color Hex Logo

#e748bb Color Hex

#E748BB
(231,72,187)
0 Favorites   0 Comments

Color spaces of #e748bb

RGB 23172187
HSL0.880.770.59
HSV317°69°91°
CMYK 0.000.690.19   0.09
XYZ44.242025.211549.5482
Yxy25.21150.37180.2119
Hunter Lab50.211169.4107-23.3596
CIE-Lab57.280971.6314-27.4877

#e748bb color RGB value is (231,72,187).

#e748bb hex color red value is 231, green value is 72 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e748bb hue: 0.88 , saturation: 0.77 and the lightness value of e748bb is 0.59.

The process color (four color CMYK) of #e748bb color hex is 0.00, 0.69, 0.19, 0.09. Web safe color of #e748bb is #ff33cc. Color #e748bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001000 10111011
Octal 347 110 273
Decimal 231 72 187
Hex E7 48 BB

RGB Percentages of Color #e748bb

%47.14
%14.69
%38.16

CMYK Percentages of Color #e748bb

%0
%69
%19
%9

Triadic Colors of #e748bb

#e748bb #bbe748 #48bbe7

Analogous Colors of #e748bb

#e748bb #e7486c #c448e7

Monochromatic Colors of #e748bb

#e748bb

Complementary Color

#e748bb #48e774

#e748bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e748bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e748bb Color CSS Codes

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

#e748bb Text Font Color

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

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


#e748bb Background Color

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

This div background color is #e748bb


#e748bb Border Color

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

This div border color is #e748bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e748bb


Comments

No comments written yet.

Please login to write comment.