Color Hex Logo

#dc81eb Color Hex

#DC81EB
(220,129,235)
0 Favorites   0 Comments

Color spaces of #dc81eb

RGB 220129235
HSL0.810.730.71
HSV292°45°92°
CMYK 0.060.450.00   0.08
XYZ52.360936.914382.9627
Yxy36.91430.30400.2143
Hunter Lab60.757147.5075-38.4294
CIE-Lab67.212751.2073-39.2014

#dc81eb color RGB value is (220,129,235).

#dc81eb hex color red value is 220, green value is 129 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dc81eb hue: 0.81 , saturation: 0.73 and the lightness value of dc81eb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000001 11101011
Octal 334 201 353
Decimal 220 129 235
Hex DC 81 EB

RGB Percentages of Color #dc81eb

%37.67
%22.09
%40.24

CMYK Percentages of Color #dc81eb

%6
%45
%0
%8

Triadic Colors of #dc81eb

#dc81eb #ebdc81 #81ebdc

Analogous Colors of #dc81eb

#dc81eb #eb81c5 #a781eb

Monochromatic Colors of #dc81eb

#dc81eb

Complementary Color

#dc81eb #90eb81

#dc81eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc81eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc81eb Color CSS Codes

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

#dc81eb Text Font Color

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

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


#dc81eb Background Color

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

This div background color is #dc81eb


#dc81eb Border Color

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

This div border color is #dc81eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc81eb


Comments

No comments written yet.

Please login to write comment.