Color Hex Logo

#dc84fa Color Hex

#DC84FA
(220,132,250)
0 Favorites   0 Comments

Color spaces of #dc84fa

RGB 220132250
HSL0.790.920.75
HSV285°47°98°
CMYK 0.120.470.00   0.02
XYZ55.021838.620394.9970
Yxy38.62030.29170.2047
Hunter Lab62.145249.2852-47.1307
CIE-Lab68.475352.5937-45.4614

#dc84fa color RGB value is (220,132,250).

#dc84fa hex color red value is 220, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dc84fa hue: 0.79 , saturation: 0.92 and the lightness value of dc84fa is 0.75.

The process color (four color CMYK) of #dc84fa color hex is 0.12, 0.47, 0.00, 0.02. Web safe color of #dc84fa is #cc99ff. Color #dc84fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 11111010
Octal 334 204 372
Decimal 220 132 250
Hex DC 84 FA

RGB Percentages of Color #dc84fa

%36.54
%21.93
%41.53

CMYK Percentages of Color #dc84fa

%12
%47
%0
%2

Triadic Colors of #dc84fa

#dc84fa #fadc84 #84fadc

Analogous Colors of #dc84fa

#dc84fa #fa84dd #a184fa

Monochromatic Colors of #dc84fa

#dc84fa

Complementary Color

#dc84fa #a2fa84

#dc84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc84fa Color CSS Codes

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

#dc84fa Text Font Color

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

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


#dc84fa Background Color

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

This div background color is #dc84fa


#dc84fa Border Color

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

This div border color is #dc84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc84fa


Comments

No comments written yet.

Please login to write comment.