Color Hex Logo

#dc71ff Color Hex

#DC71FF
(220,113,255)
0 Favorites   0 Comments

Color spaces of #dc71ff

RGB 220113255
HSL0.791.000.72
HSV285°56°100°
CMYK 0.140.560.00   0.00
XYZ53.470334.245998.3997
Yxy34.24590.28730.1840
Hunter Lab58.520060.6872-58.7304
CIE-Lab65.157362.9414-53.4372

#dc71ff color RGB value is (220,113,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110001 11111111
Octal 334 161 377
Decimal 220 113 255
Hex DC 71 FF

RGB Percentages of Color #dc71ff

%37.41
%19.22
%43.37

CMYK Percentages of Color #dc71ff

%14
%56
%0
%0

Triadic Colors of #dc71ff

#dc71ff #ffdc71 #71ffdc

Analogous Colors of #dc71ff

#dc71ff #ff71db #9571ff

Monochromatic Colors of #dc71ff

#dc71ff

Complementary Color

#dc71ff #94ff71

#dc71ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc71ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc71ff Color CSS Codes

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

#dc71ff Text Font Color

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

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


#dc71ff Background Color

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

This div background color is #dc71ff


#dc71ff Border Color

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

This div border color is #dc71ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc71ff


Comments

No comments written yet.

Please login to write comment.