Color Hex Logo

#e755bb Color Hex

#E755BB
(231,85,187)
0 Favorites   0 Comments

Color spaces of #e755bb

RGB 23185187
HSL0.880.750.62
HSV318°63°91°
CMYK 0.000.630.19   0.09
XYZ45.173127.073849.8586
Yxy27.07380.37000.2217
Hunter Lab52.032563.9117-20.3902
CIE-Lab59.042666.7375-24.7709

#e755bb color RGB value is (231,85,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010101 10111011
Octal 347 125 273
Decimal 231 85 187
Hex E7 55 BB

RGB Percentages of Color #e755bb

%45.92
%16.90
%37.18

CMYK Percentages of Color #e755bb

%0
%63
%19
%9

Triadic Colors of #e755bb

#e755bb #bbe755 #55bbe7

Analogous Colors of #e755bb

#e755bb #e75572 #ca55e7

Monochromatic Colors of #e755bb

#e755bb

Complementary Color

#e755bb #55e781

#e755bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e755bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e755bb Color CSS Codes

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

#e755bb Text Font Color

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

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


#e755bb Background Color

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

This div background color is #e755bb


#e755bb Border Color

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

This div border color is #e755bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e755bb


Comments

No comments written yet.

Please login to write comment.