Color Hex Logo

#e6abeb Color Hex

#E6ABEB
(230,171,235)
0 Favorites   0 Comments

Color spaces of #e6abeb

RGB 230171235
HSL0.820.620.80
HSV295°27°92°
CMYK 0.020.270.00   0.08
XYZ62.191451.947085.3462
Yxy51.94700.31180.2604
Hunter Lab72.074327.8940-19.7558
CIE-Lab77.249132.1416-23.6301

#e6abeb color RGB value is (230,171,235).

#e6abeb hex color red value is 230, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e6abeb hue: 0.82 , saturation: 0.62 and the lightness value of e6abeb is 0.80.

The process color (four color CMYK) of #e6abeb color hex is 0.02, 0.27, 0.00, 0.08. Web safe color of #e6abeb is #ff99ff. Color #e6abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101011 11101011
Octal 346 253 353
Decimal 230 171 235
Hex E6 AB EB

RGB Percentages of Color #e6abeb

%36.16
%26.89
%36.95

CMYK Percentages of Color #e6abeb

%2
%27
%0
%8

Triadic Colors of #e6abeb

#e6abeb #ebe6ab #abebe6

Analogous Colors of #e6abeb

#e6abeb #ebabd0 #c6abeb

Monochromatic Colors of #e6abeb

#e6abeb

Complementary Color

#e6abeb #b0ebab

#e6abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6abeb Color CSS Codes

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

#e6abeb Text Font Color

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

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


#e6abeb Background Color

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

This div background color is #e6abeb


#e6abeb Border Color

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

This div border color is #e6abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6abeb

#e6abeb Color Palettes


Comments

No comments written yet.

Please login to write comment.