Color Hex Logo

#e6afd8 Color Hex

#E6AFD8
(230,175,216)
0 Favorites   0 Comments

Color spaces of #e6afd8

RGB 230175216
HSL0.880.520.79
HSV315°24°90°
CMYK 0.000.240.06   0.10
XYZ60.357852.440871.9066
Yxy52.44080.32680.2839
Hunter Lab72.416022.0494-8.1817
CIE-Lab77.543726.5634-12.8849

#e6afd8 color RGB value is (230,175,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101111 11011000
Octal 346 257 330
Decimal 230 175 216
Hex E6 AF D8

RGB Percentages of Color #e6afd8

%37.04
%28.18
%34.78

CMYK Percentages of Color #e6afd8

%0
%24
%6
%10

Triadic Colors of #e6afd8

#e6afd8 #d8e6af #afd8e6

Analogous Colors of #e6afd8

#e6afd8 #e6afbd #d9afe6

Monochromatic Colors of #e6afd8

#e6afd8

Complementary Color

#e6afd8 #afe6bd

#e6afd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6afd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6afd8 Color CSS Codes

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

#e6afd8 Text Font Color

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

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


#e6afd8 Background Color

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

This div background color is #e6afd8


#e6afd8 Border Color

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

This div border color is #e6afd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6afd8


Comments

No comments written yet.

Please login to write comment.