Color Hex Logo

#dc8bef Color Hex

#DC8BEF
(220,139,239)
0 Favorites   0 Comments

Color spaces of #dc8bef

RGB 220139239
HSL0.800.760.74
HSV289°42°94°
CMYK 0.080.420.00   0.06
XYZ54.327839.912986.5019
Yxy39.91290.30060.2208
Hunter Lab63.176742.9392-36.9566
CIE-Lab69.407446.8165-37.9788

#dc8bef color RGB value is (220,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001011 11101111
Octal 334 213 357
Decimal 220 139 239
Hex DC 8B EF

RGB Percentages of Color #dc8bef

%36.79
%23.24
%39.97

CMYK Percentages of Color #dc8bef

%8
%42
%0
%6

Triadic Colors of #dc8bef

#dc8bef #efdc8b #8befdc

Analogous Colors of #dc8bef

#dc8bef #ef8bd0 #aa8bef

Monochromatic Colors of #dc8bef

#dc8bef

Complementary Color

#dc8bef #9eef8b

#dc8bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8bef Color CSS Codes

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

#dc8bef Text Font Color

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

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


#dc8bef Background Color

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

This div background color is #dc8bef


#dc8bef Border Color

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

This div border color is #dc8bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8bef


Comments

No comments written yet.

Please login to write comment.