Color Hex Logo

#dc8aee Color Hex

#DC8AEE
(220,138,238)
0 Favorites   0 Comments

Color spaces of #dc8aee

RGB 220138238
HSL0.800.750.74
HSV289°42°93°
CMYK 0.080.420.00   0.07
XYZ54.036339.565685.6778
Yxy39.56560.30140.2207
Hunter Lab62.901243.2663-36.7282
CIE-Lab69.159047.1439-37.8171

#dc8aee color RGB value is (220,138,238).

#dc8aee hex color red value is 220, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dc8aee hue: 0.80 , saturation: 0.75 and the lightness value of dc8aee is 0.74.

The process color (four color CMYK) of #dc8aee color hex is 0.08, 0.42, 0.00, 0.07. Web safe color of #dc8aee is #cc99ff. Color #dc8aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001010 11101110
Octal 334 212 356
Decimal 220 138 238
Hex DC 8A EE

RGB Percentages of Color #dc8aee

%36.91
%23.15
%39.93

CMYK Percentages of Color #dc8aee

%8
%42
%0
%7

Triadic Colors of #dc8aee

#dc8aee #eedc8a #8aeedc

Analogous Colors of #dc8aee

#dc8aee #ee8ace #aa8aee

Monochromatic Colors of #dc8aee

#dc8aee

Complementary Color

#dc8aee #9cee8a

#dc8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8aee Color CSS Codes

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

#dc8aee Text Font Color

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

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


#dc8aee Background Color

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

This div background color is #dc8aee


#dc8aee Border Color

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

This div border color is #dc8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8aee


Comments

No comments written yet.

Please login to write comment.