Color Hex Logo

#e7b3eb Color Hex

#E7B3EB
(231,179,235)
0 Favorites   0 Comments

Color spaces of #e7b3eb

RGB 231179235
HSL0.820.580.81
HSV296°24°92°
CMYK 0.020.240.00   0.08
XYZ64.070555.227385.8803
Yxy55.22730.31230.2692
Hunter Lab74.315123.8418-16.4964
CIE-Lab79.172028.1819-20.6986

#e7b3eb color RGB value is (231,179,235).

#e7b3eb hex color red value is 231, green value is 179 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e7b3eb hue: 0.82 , saturation: 0.58 and the lightness value of e7b3eb is 0.81.

The process color (four color CMYK) of #e7b3eb color hex is 0.02, 0.24, 0.00, 0.08. Web safe color of #e7b3eb is #ffccff. Color #e7b3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10110011 11101011
Octal 347 263 353
Decimal 231 179 235
Hex E7 B3 EB

RGB Percentages of Color #e7b3eb

%35.81
%27.75
%36.43

CMYK Percentages of Color #e7b3eb

%2
%24
%0
%8

Triadic Colors of #e7b3eb

#e7b3eb #ebe7b3 #b3ebe7

Analogous Colors of #e7b3eb

#e7b3eb #ebb3d3 #cbb3eb

Monochromatic Colors of #e7b3eb

#e7b3eb

Complementary Color

#e7b3eb #b7ebb3

#e7b3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7b3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7b3eb Color CSS Codes

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

#e7b3eb Text Font Color

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

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


#e7b3eb Background Color

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

This div background color is #e7b3eb


#e7b3eb Border Color

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

This div border color is #e7b3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7b3eb


Comments

No comments written yet.

Please login to write comment.