Color Hex Logo

#d18aea Color Hex

#D18AEA
(209,138,234)
0 Favorites   0 Comments

Color spaces of #d18aea

RGB 209138234
HSL0.790.700.73
HSV284°41°92°
CMYK 0.110.410.00   0.08
XYZ50.234337.672882.4658
Yxy37.67280.29480.2211
Hunter Lab61.378238.6796-36.6955
CIE-Lab67.778843.1414-37.8600

#d18aea color RGB value is (209,138,234).

#d18aea hex color red value is 209, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d18aea hue: 0.79 , saturation: 0.70 and the lightness value of d18aea is 0.73.

The process color (four color CMYK) of #d18aea color hex is 0.11, 0.41, 0.00, 0.08. Web safe color of #d18aea is #cc99ff. Color #d18aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001010 11101010
Octal 321 212 352
Decimal 209 138 234
Hex D1 8A EA

RGB Percentages of Color #d18aea

%35.97
%23.75
%40.28

CMYK Percentages of Color #d18aea

%11
%41
%0
%8

Triadic Colors of #d18aea

#d18aea #ead18a #8aead1

Analogous Colors of #d18aea

#d18aea #ea8ad3 #a18aea

Monochromatic Colors of #d18aea

#d18aea

Complementary Color

#d18aea #a3ea8a

#d18aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18aea Color CSS Codes

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

#d18aea Text Font Color

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

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


#d18aea Background Color

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

This div background color is #d18aea


#d18aea Border Color

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

This div border color is #d18aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,138,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d18aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d18aea;
  -webkit-box-shadow: 1px 1px 3px 2px #d18aea;
  box-shadow:         1px 1px 3px 2px #d18aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,138,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18aea


Comments

No comments written yet.

Please login to write comment.