Color Hex Logo

#dc47fb Color Hex

#DC47FB
(220,71,251)
0 Favorites   0 Comments

Color spaces of #dc47fb

RGB 22071251
HSL0.800.960.63
HSV290°72°98°
CMYK 0.120.720.00   0.02
XYZ49.181026.687293.8258
Yxy26.68720.28980.1573
Hunter Lab51.659779.5311-71.5225
CIE-Lab58.683779.4990-61.5549

#dc47fb color RGB value is (220,71,251).

#dc47fb hex color red value is 220, green value is 71 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dc47fb hue: 0.80 , saturation: 0.96 and the lightness value of dc47fb is 0.63.

The process color (four color CMYK) of #dc47fb color hex is 0.12, 0.72, 0.00, 0.02. Web safe color of #dc47fb is #cc33ff. Color #dc47fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 11111011
Octal 334 107 373
Decimal 220 71 251
Hex DC 47 FB

RGB Percentages of Color #dc47fb

%40.59
%13.10
%46.31

CMYK Percentages of Color #dc47fb

%12
%72
%0
%2

Triadic Colors of #dc47fb

#dc47fb #fbdc47 #47fbdc

Analogous Colors of #dc47fb

#dc47fb #fb47c0 #8247fb

Monochromatic Colors of #dc47fb

#dc47fb

Complementary Color

#dc47fb #66fb47

#dc47fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc47fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc47fb Color CSS Codes

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

#dc47fb Text Font Color

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

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


#dc47fb Background Color

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

This div background color is #dc47fb


#dc47fb Border Color

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

This div border color is #dc47fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,71,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc47fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc47fb


Comments

No comments written yet.

Please login to write comment.