Color Hex Logo

#dc98eb Color Hex

#DC98EB
(220,152,235)
0 Favorites   0 Comments

Color spaces of #dc98eb

RGB 220152235
HSL0.800.670.76
HSV289°35°92°
CMYK 0.060.350.00   0.08
XYZ55.738843.670384.0887
Yxy43.67030.30380.2380
Hunter Lab66.083534.9115-29.1858
CIE-Lab72.007639.1708-31.7571

#dc98eb color RGB value is (220,152,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 11101011
Octal 334 230 353
Decimal 220 152 235
Hex DC 98 EB

RGB Percentages of Color #dc98eb

%36.24
%25.04
%38.71

CMYK Percentages of Color #dc98eb

%6
%35
%0
%8

Triadic Colors of #dc98eb

#dc98eb #ebdc98 #98ebdc

Analogous Colors of #dc98eb

#dc98eb #eb98d1 #b398eb

Monochromatic Colors of #dc98eb

#dc98eb

Complementary Color

#dc98eb #a7eb98

#dc98eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc98eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc98eb Color CSS Codes

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

#dc98eb Text Font Color

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

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


#dc98eb Background Color

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

This div background color is #dc98eb


#dc98eb Border Color

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

This div border color is #dc98eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc98eb


Comments

No comments written yet.

Please login to write comment.