Color Hex Logo

#dc8eee Color Hex

#DC8EEE
(220,142,238)
0 Favorites   0 Comments

Color spaces of #dc8eee

RGB 220142238
HSL0.800.740.75
HSV289°40°93°
CMYK 0.080.400.00   0.07
XYZ54.620840.734785.8727
Yxy40.73470.30140.2248
Hunter Lab63.823741.0700-35.0961
CIE-Lab69.989645.0516-36.5248

#dc8eee color RGB value is (220,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001110 11101110
Octal 334 216 356
Decimal 220 142 238
Hex DC 8E EE

RGB Percentages of Color #dc8eee

%36.67
%23.67
%39.67

CMYK Percentages of Color #dc8eee

%8
%40
%0
%7

Triadic Colors of #dc8eee

#dc8eee #eedc8e #8eeedc

Analogous Colors of #dc8eee

#dc8eee #ee8ed0 #ac8eee

Monochromatic Colors of #dc8eee

#dc8eee

Complementary Color

#dc8eee #a0ee8e

#dc8eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8eee Color CSS Codes

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

#dc8eee Text Font Color

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

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


#dc8eee Background Color

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

This div background color is #dc8eee


#dc8eee Border Color

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

This div border color is #dc8eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,142,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 #dc8eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8eee


Comments

No comments written yet.

Please login to write comment.