Color Hex Logo

#dc50ff Color Hex

#DC50FF
(220,80,255)
0 Favorites   0 Comments

Color spaces of #dc50ff

RGB 22080255
HSL0.801.000.66
HSV288°69°100°
CMYK 0.140.690.00   0.00
XYZ50.433928.173097.3875
Yxy28.17300.28660.1601
Hunter Lab53.078276.7202-71.6300
CIE-Lab60.044777.0126-61.5866

#dc50ff color RGB value is (220,80,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010000 11111111
Octal 334 120 377
Decimal 220 80 255
Hex DC 50 FF

RGB Percentages of Color #dc50ff

%39.64
%14.41
%45.95

CMYK Percentages of Color #dc50ff

%14
%69
%0
%0

Triadic Colors of #dc50ff

#dc50ff #ffdc50 #50ffdc

Analogous Colors of #dc50ff

#dc50ff #ff50cb #8550ff

Monochromatic Colors of #dc50ff

#dc50ff

Complementary Color

#dc50ff #73ff50

#dc50ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc50ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc50ff Color CSS Codes

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

#dc50ff Text Font Color

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

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


#dc50ff Background Color

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

This div background color is #dc50ff


#dc50ff Border Color

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

This div border color is #dc50ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc50ff


Comments

No comments written yet.

Please login to write comment.