Color Hex Logo

#dc14ff Color Hex

#DC14FF
(220,20,255)
0 Favorites   0 Comments

Color spaces of #dc14ff

RGB 22020255
HSL0.811.000.54
HSV291°92°100°
CMYK 0.140.920.00   0.00
XYZ47.815422.936096.5147
Yxy22.93600.28590.1371
Hunter Lab47.891594.4060-85.9617
CIE-Lab55.006491.5992-69.6961

#dc14ff color RGB value is (220,20,255).

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

The process color (four color CMYK) of #dc14ff color hex is 0.14, 0.92, 0.00, 0.00. Web safe color of #dc14ff is #cc00ff. Color #dc14ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010100 11111111
Octal 334 24 377
Decimal 220 20 255
Hex DC 14 FF

RGB Percentages of Color #dc14ff

%44.44
%4.04
%51.52

CMYK Percentages of Color #dc14ff

%14
%92
%0
%0

Triadic Colors of #dc14ff

#dc14ff #ffdc14 #14ffdc

Analogous Colors of #dc14ff

#dc14ff #ff14ad #6714ff

Monochromatic Colors of #dc14ff

#dc14ff

Complementary Color

#dc14ff #37ff14

#dc14ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc14ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc14ff Color CSS Codes

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

#dc14ff Text Font Color

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

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


#dc14ff Background Color

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

This div background color is #dc14ff


#dc14ff Border Color

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

This div border color is #dc14ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc14ff


Comments

No comments written yet.

Please login to write comment.