Color Hex Logo

#dc99eb Color Hex

#DC99EB
(220,153,235)
0 Favorites   0 Comments

Color spaces of #dc99eb

RGB 220153235
HSL0.800.670.76
HSV289°35°92°
CMYK 0.060.350.00   0.08
XYZ55.901843.996384.1430
Yxy43.99630.30370.2391
Hunter Lab66.329734.3605-28.7819
CIE-Lab72.226038.6367-31.4199

#dc99eb color RGB value is (220,153,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011001 11101011
Octal 334 231 353
Decimal 220 153 235
Hex DC 99 EB

RGB Percentages of Color #dc99eb

%36.18
%25.16
%38.65

CMYK Percentages of Color #dc99eb

%6
%35
%0
%8

Triadic Colors of #dc99eb

#dc99eb #ebdc99 #99ebdc

Analogous Colors of #dc99eb

#dc99eb #eb99d1 #b399eb

Monochromatic Colors of #dc99eb

#dc99eb

Complementary Color

#dc99eb #a8eb99

#dc99eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc99eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc99eb Color CSS Codes

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

#dc99eb Text Font Color

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

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


#dc99eb Background Color

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

This div background color is #dc99eb


#dc99eb Border Color

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

This div border color is #dc99eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc99eb


Comments

No comments written yet.

Please login to write comment.