Color Hex Logo

#dc55ff Color Hex

#DC55FF
(220,85,255)
0 Favorites   0 Comments

Color spaces of #dc55ff

RGB 22085255
HSL0.801.000.67
HSV288°67°100°
CMYK 0.140.670.00   0.00
XYZ50.813728.932697.5141
Yxy28.93260.28670.1632
Hunter Lab53.789074.4955-69.8345
CIE-Lab60.722175.1064-60.5022

#dc55ff color RGB value is (220,85,255).

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

The process color (four color CMYK) of #dc55ff color hex is 0.14, 0.67, 0.00, 0.00. Web safe color of #dc55ff is #cc66ff. Color #dc55ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 11111111
Octal 334 125 377
Decimal 220 85 255
Hex DC 55 FF

RGB Percentages of Color #dc55ff

%39.29
%15.18
%45.54

CMYK Percentages of Color #dc55ff

%14
%67
%0
%0

Triadic Colors of #dc55ff

#dc55ff #ffdc55 #55ffdc

Analogous Colors of #dc55ff

#dc55ff #ff55cd #8755ff

Monochromatic Colors of #dc55ff

#dc55ff

Complementary Color

#dc55ff #78ff55

#dc55ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc55ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc55ff Color CSS Codes

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

#dc55ff Text Font Color

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

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


#dc55ff Background Color

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

This div background color is #dc55ff


#dc55ff Border Color

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

This div border color is #dc55ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc55ff


Comments

No comments written yet.

Please login to write comment.