Color Hex Logo

#dc83fd Color Hex

#DC83FD
(220,131,253)
0 Favorites   0 Comments

Color spaces of #dc83fd

RGB 220131253
HSL0.790.970.75
HSV284°48°99°
CMYK 0.130.480.00   0.01
XYZ55.361138.540197.4496
Yxy38.54010.28930.2014
Hunter Lab62.080750.5381-49.6125
CIE-Lab68.416853.7007-47.1929

#dc83fd color RGB value is (220,131,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000011 11111101
Octal 334 203 375
Decimal 220 131 253
Hex DC 83 FD

RGB Percentages of Color #dc83fd

%36.42
%21.69
%41.89

CMYK Percentages of Color #dc83fd

%13
%48
%0
%1

Triadic Colors of #dc83fd

#dc83fd #fddc83 #83fddc

Analogous Colors of #dc83fd

#dc83fd #fd83e1 #9f83fd

Monochromatic Colors of #dc83fd

#dc83fd

Complementary Color

#dc83fd #a4fd83

#dc83fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc83fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc83fd Color CSS Codes

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

#dc83fd Text Font Color

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

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


#dc83fd Background Color

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

This div background color is #dc83fd


#dc83fd Border Color

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

This div border color is #dc83fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc83fd


Comments

No comments written yet.

Please login to write comment.