Color Hex Logo

#e6afdb Color Hex

#E6AFDB
(230,175,219)
0 Favorites   0 Comments

Color spaces of #e6afdb

RGB 230175219
HSL0.870.520.79
HSV312°24°90°
CMYK 0.000.240.05   0.10
XYZ60.749352.597473.9683
Yxy52.59740.32430.2808
Hunter Lab72.524122.6022-9.7038
CIE-Lab77.636727.0897-14.3735

#e6afdb color RGB value is (230,175,219).

#e6afdb hex color red value is 230, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e6afdb hue: 0.87 , saturation: 0.52 and the lightness value of e6afdb is 0.79.

The process color (four color CMYK) of #e6afdb color hex is 0.00, 0.24, 0.05, 0.10. Web safe color of #e6afdb is #ff99cc. Color #e6afdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101111 11011011
Octal 346 257 333
Decimal 230 175 219
Hex E6 AF DB

RGB Percentages of Color #e6afdb

%36.86
%28.04
%35.10

CMYK Percentages of Color #e6afdb

%0
%24
%5
%10

Triadic Colors of #e6afdb

#e6afdb #dbe6af #afdbe6

Analogous Colors of #e6afdb

#e6afdb #e6afc0 #d6afe6

Monochromatic Colors of #e6afdb

#e6afdb

Complementary Color

#e6afdb #afe6ba

#e6afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6afdb Color CSS Codes

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

#e6afdb Text Font Color

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

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


#e6afdb Background Color

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

This div background color is #e6afdb


#e6afdb Border Color

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

This div border color is #e6afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6afdb


Comments

No comments written yet.

Please login to write comment.