Color Hex Logo

#dc97fe Color Hex

#DC97FE
(220,151,254)
0 Favorites   0 Comments

Color spaces of #dc97fe

RGB 220151254
HSL0.780.980.79
HSV280°41°100°
CMYK 0.130.410.00   0.00
XYZ58.471244.504699.2744
Yxy44.50460.28910.2200
Hunter Lab66.711839.7052-41.5318
CIE-Lab72.564543.5002-41.2374

#dc97fe color RGB value is (220,151,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010111 11111110
Octal 334 227 376
Decimal 220 151 254
Hex DC 97 FE

RGB Percentages of Color #dc97fe

%35.20
%24.16
%40.64

CMYK Percentages of Color #dc97fe

%13
%41
%0
%0

Triadic Colors of #dc97fe

#dc97fe #fedc97 #97fedc

Analogous Colors of #dc97fe

#dc97fe #fe97ed #a997fe

Monochromatic Colors of #dc97fe

#dc97fe

Complementary Color

#dc97fe #b9fe97

#dc97fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc97fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc97fe Color CSS Codes

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

#dc97fe Text Font Color

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

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


#dc97fe Background Color

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

This div background color is #dc97fe


#dc97fe Border Color

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

This div border color is #dc97fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc97fe


Comments

No comments written yet.

Please login to write comment.