Color Hex Logo

#dc98fe Color Hex

#DC98FE
(220,152,254)
0 Favorites   0 Comments

Color spaces of #dc98fe

RGB 220152254
HSL0.780.980.80
HSV280°40°100°
CMYK 0.130.400.00   0.00
XYZ58.632844.827999.3283
Yxy44.82790.28910.2211
Hunter Lab66.953639.1476-41.0914
CIE-Lab72.778442.9694-40.9036

#dc98fe color RGB value is (220,152,254).

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

The process color (four color CMYK) of #dc98fe color hex is 0.13, 0.40, 0.00, 0.00. Web safe color of #dc98fe is #cc99ff. Color #dc98fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011000 11111110
Octal 334 230 376
Decimal 220 152 254
Hex DC 98 FE

RGB Percentages of Color #dc98fe

%35.14
%24.28
%40.58

CMYK Percentages of Color #dc98fe

%13
%40
%0
%0

Triadic Colors of #dc98fe

#dc98fe #fedc98 #98fedc

Analogous Colors of #dc98fe

#dc98fe #fe98ed #a998fe

Monochromatic Colors of #dc98fe

#dc98fe

Complementary Color

#dc98fe #bafe98

#dc98fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc98fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc98fe Color CSS Codes

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

#dc98fe Text Font Color

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

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


#dc98fe Background Color

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

This div background color is #dc98fe


#dc98fe Border Color

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

This div border color is #dc98fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc98fe

Related Colors


Comments

No comments written yet.

Please login to write comment.