Color Hex Logo

#dc98ee Color Hex

#DC98EE
(220,152,238)
0 Favorites   0 Comments

Color spaces of #dc98ee

RGB 220152238
HSL0.800.720.76
HSV287°36°93°
CMYK 0.080.360.00   0.07
XYZ56.176143.845286.3911
Yxy43.84520.30140.2352
Hunter Lab66.215735.5584-31.0042
CIE-Lab72.124939.7567-33.2144

#dc98ee color RGB value is (220,152,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 11101110
Octal 334 230 356
Decimal 220 152 238
Hex DC 98 EE

RGB Percentages of Color #dc98ee

%36.07
%24.92
%39.02

CMYK Percentages of Color #dc98ee

%8
%36
%0
%7

Triadic Colors of #dc98ee

#dc98ee #eedc98 #98eedc

Analogous Colors of #dc98ee

#dc98ee #ee98d5 #b198ee

Monochromatic Colors of #dc98ee

#dc98ee

Complementary Color

#dc98ee #aaee98

#dc98ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc98ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc98ee Color CSS Codes

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

#dc98ee Text Font Color

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

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


#dc98ee Background Color

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

This div background color is #dc98ee


#dc98ee Border Color

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

This div border color is #dc98ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc98ee

#dc98ee Color Palettes


Comments

No comments written yet.

Please login to write comment.