Color Hex Logo

#dc52fb Color Hex

#DC52FB
(220,82,251)
0 Favorites   0 Comments

Color spaces of #dc52fb

RGB 22082251
HSL0.800.950.65
HSV289°67°98°
CMYK 0.120.670.00   0.02
XYZ49.945128.215394.0805
Yxy28.21530.29000.1638
Hunter Lab53.118174.8808-67.8293
CIE-Lab60.082875.5366-59.3147

#dc52fb color RGB value is (220,82,251).

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

The process color (four color CMYK) of #dc52fb color hex is 0.12, 0.67, 0.00, 0.02. Web safe color of #dc52fb is #cc66ff. Color #dc52fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010010 11111011
Octal 334 122 373
Decimal 220 82 251
Hex DC 52 FB

RGB Percentages of Color #dc52fb

%39.78
%14.83
%45.39

CMYK Percentages of Color #dc52fb

%12
%67
%0
%2

Triadic Colors of #dc52fb

#dc52fb #fbdc52 #52fbdc

Analogous Colors of #dc52fb

#dc52fb #fb52c6 #8852fb

Monochromatic Colors of #dc52fb

#dc52fb

Complementary Color

#dc52fb #71fb52

#dc52fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc52fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc52fb Color CSS Codes

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

#dc52fb Text Font Color

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

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


#dc52fb Background Color

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

This div background color is #dc52fb


#dc52fb Border Color

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

This div border color is #dc52fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc52fb


Comments

No comments written yet.

Please login to write comment.