Color Hex Logo

#dc83fc Color Hex

#DC83FC
(220,131,252)
0 Favorites   0 Comments

Color spaces of #dc83fc

RGB 220131252
HSL0.790.950.75
HSV284°48°99°
CMYK 0.130.480.00   0.01
XYZ55.202238.476596.6127
Yxy38.47650.29010.2022
Hunter Lab62.029450.3020-48.9254
CIE-Lab68.370353.5011-46.7197

#dc83fc color RGB value is (220,131,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 11111100
Octal 334 203 374
Decimal 220 131 252
Hex DC 83 FC

RGB Percentages of Color #dc83fc

%36.48
%21.72
%41.79

CMYK Percentages of Color #dc83fc

%13
%48
%0
%1

Triadic Colors of #dc83fc

#dc83fc #fcdc83 #83fcdc

Analogous Colors of #dc83fc

#dc83fc #fc83e0 #a083fc

Monochromatic Colors of #dc83fc

#dc83fc

Complementary Color

#dc83fc #a3fc83

#dc83fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc83fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc83fc Color CSS Codes

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

#dc83fc Text Font Color

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

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


#dc83fc Background Color

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

This div background color is #dc83fc


#dc83fc Border Color

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

This div border color is #dc83fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc83fc


Comments

No comments written yet.

Please login to write comment.