Color Hex Logo

#e6abdf Color Hex

#E6ABDF
(230,171,223)
0 Favorites   0 Comments

Color spaces of #e6abdf

RGB 230171223
HSL0.850.540.79
HSV307°26°90°
CMYK 0.000.260.03   0.10
XYZ60.515351.276576.5199
Yxy51.27650.32140.2723
Hunter Lab71.607625.5363-13.2320
CIE-Lab76.846229.9433-17.7352

#e6abdf color RGB value is (230,171,223).

#e6abdf hex color red value is 230, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e6abdf hue: 0.85 , saturation: 0.54 and the lightness value of e6abdf is 0.79.

The process color (four color CMYK) of #e6abdf color hex is 0.00, 0.26, 0.03, 0.10. Web safe color of #e6abdf is #ff99cc. Color #e6abdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101011 11011111
Octal 346 253 337
Decimal 230 171 223
Hex E6 AB DF

RGB Percentages of Color #e6abdf

%36.86
%27.40
%35.74

CMYK Percentages of Color #e6abdf

%0
%26
%3
%10

Triadic Colors of #e6abdf

#e6abdf #dfe6ab #abdfe6

Analogous Colors of #e6abdf

#e6abdf #e6abc2 #d0abe6

Monochromatic Colors of #e6abdf

#e6abdf

Complementary Color

#e6abdf #abe6b2

#e6abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6abdf Color CSS Codes

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

#e6abdf Text Font Color

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

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


#e6abdf Background Color

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

This div background color is #e6abdf


#e6abdf Border Color

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

This div border color is #e6abdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,171,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6abdf


Comments

No comments written yet.

Please login to write comment.