Color Hex Logo

#dc31ff Color Hex

#DC31FF
(220,49,255)
0 Favorites   0 Comments

Color spaces of #dc31ff

RGB 22049255
HSL0.811.000.60
HSV290°81°100°
CMYK 0.140.810.00   0.00
XYZ48.663524.632396.7974
Yxy24.63230.28610.1448
Hunter Lab49.630988.1664-80.8942
CIE-Lab56.715486.5701-66.9369

#dc31ff color RGB value is (220,49,255).

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

The process color (four color CMYK) of #dc31ff color hex is 0.14, 0.81, 0.00, 0.00. Web safe color of #dc31ff is #cc33ff. Color #dc31ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110001 11111111
Octal 334 61 377
Decimal 220 49 255
Hex DC 31 FF

RGB Percentages of Color #dc31ff

%41.98
%9.35
%48.66

CMYK Percentages of Color #dc31ff

%14
%81
%0
%0

Triadic Colors of #dc31ff

#dc31ff #ffdc31 #31ffdc

Analogous Colors of #dc31ff

#dc31ff #ff31bb #7531ff

Monochromatic Colors of #dc31ff

#dc31ff

Complementary Color

#dc31ff #54ff31

#dc31ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc31ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc31ff Color CSS Codes

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

#dc31ff Text Font Color

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

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


#dc31ff Background Color

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

This div background color is #dc31ff


#dc31ff Border Color

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

This div border color is #dc31ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc31ff


Comments

No comments written yet.

Please login to write comment.