Color Hex Logo

#dc29fb Color Hex

#DC29FB
(220,41,251)
0 Favorites   0 Comments

Color spaces of #dc29fb

RGB 22041251
HSL0.810.960.57
HSV291°84°98°
CMYK 0.120.840.00   0.02
XYZ47.720723.766693.3390
Yxy23.76660.28950.1442
Hunter Lab48.751089.4133-79.3913
CIE-Lab55.853387.6857-66.1050

#dc29fb color RGB value is (220,41,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 11111011
Octal 334 51 373
Decimal 220 41 251
Hex DC 29 FB

RGB Percentages of Color #dc29fb

%42.97
%8.01
%49.02

CMYK Percentages of Color #dc29fb

%12
%84
%0
%2

Triadic Colors of #dc29fb

#dc29fb #fbdc29 #29fbdc

Analogous Colors of #dc29fb

#dc29fb #fb29b1 #7329fb

Monochromatic Colors of #dc29fb

#dc29fb

Complementary Color

#dc29fb #48fb29

#dc29fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc29fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc29fb Color CSS Codes

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

#dc29fb Text Font Color

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

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


#dc29fb Background Color

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

This div background color is #dc29fb


#dc29fb Border Color

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

This div border color is #dc29fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc29fb


Comments

No comments written yet.

Please login to write comment.