Color Hex Logo

#dc58fb Color Hex

#DC58FB
(220,88,251)
0 Favorites   0 Comments

Color spaces of #dc58fb

RGB 22088251
HSL0.800.950.66
HSV289°65°98°
CMYK 0.120.650.00   0.02
XYZ50.417529.160194.2380
Yxy29.16010.29010.1678
Hunter Lab54.000172.1574-65.6696
CIE-Lab60.922773.1844-57.9729

#dc58fb color RGB value is (220,88,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 11111011
Octal 334 130 373
Decimal 220 88 251
Hex DC 58 FB

RGB Percentages of Color #dc58fb

%39.36
%15.74
%44.90

CMYK Percentages of Color #dc58fb

%12
%65
%0
%2

Triadic Colors of #dc58fb

#dc58fb #fbdc58 #58fbdc

Analogous Colors of #dc58fb

#dc58fb #fb58c9 #8b58fb

Monochromatic Colors of #dc58fb

#dc58fb

Complementary Color

#dc58fb #77fb58

#dc58fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc58fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc58fb Color CSS Codes

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

#dc58fb Text Font Color

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

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


#dc58fb Background Color

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

This div background color is #dc58fb


#dc58fb Border Color

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

This div border color is #dc58fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc58fb


Comments

No comments written yet.

Please login to write comment.