Color Hex Logo

#dc85ff Color Hex

#DC85FF
(220,133,255)
0 Favorites   0 Comments

Color spaces of #dc85ff

RGB 220133255
HSL0.791.000.76
HSV283°48°100°
CMYK 0.140.480.00   0.00
XYZ55.952739.210799.2271
Yxy39.21070.28780.2017
Hunter Lab62.618449.9164-50.1198
CIE-Lab68.903653.0846-47.5184

#dc85ff color RGB value is (220,133,255).

#dc85ff hex color red value is 220, green value is 133 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dc85ff hue: 0.79 , saturation: 1.00 and the lightness value of dc85ff is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000101 11111111
Octal 334 205 377
Decimal 220 133 255
Hex DC 85 FF

RGB Percentages of Color #dc85ff

%36.18
%21.88
%41.94

CMYK Percentages of Color #dc85ff

%14
%48
%0
%0

Triadic Colors of #dc85ff

#dc85ff #ffdc85 #85ffdc

Analogous Colors of #dc85ff

#dc85ff #ff85e5 #9f85ff

Monochromatic Colors of #dc85ff

#dc85ff

Complementary Color

#dc85ff #a8ff85

#dc85ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc85ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc85ff Color CSS Codes

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

#dc85ff Text Font Color

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

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


#dc85ff Background Color

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

This div background color is #dc85ff


#dc85ff Border Color

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

This div border color is #dc85ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc85ff

Related Colors


Comments

No comments written yet.

Please login to write comment.