Color Hex Logo

#dc8eed Color Hex

#DC8EED
(220,142,237)
0 Favorites   0 Comments

Color spaces of #dc8eed

RGB 220142237
HSL0.800.730.74
HSV289°40°93°
CMYK 0.070.400.00   0.07
XYZ54.474340.676185.1009
Yxy40.67610.30220.2257
Hunter Lab63.777840.8503-34.4682
CIE-Lab69.948444.8575-36.0407

#dc8eed color RGB value is (220,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001110 11101101
Octal 334 216 355
Decimal 220 142 237
Hex DC 8E ED

RGB Percentages of Color #dc8eed

%36.73
%23.71
%39.57

CMYK Percentages of Color #dc8eed

%7
%40
%0
%7

Triadic Colors of #dc8eed

#dc8eed #eddc8e #8eeddc

Analogous Colors of #dc8eed

#dc8eed #ed8ecf #ad8eed

Monochromatic Colors of #dc8eed

#dc8eed

Complementary Color

#dc8eed #9fed8e

#dc8eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8eed Color CSS Codes

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

#dc8eed Text Font Color

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

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


#dc8eed Background Color

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

This div background color is #dc8eed


#dc8eed Border Color

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

This div border color is #dc8eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8eed


Comments

No comments written yet.

Please login to write comment.