Color Hex Logo

#da58fc Color Hex

#DA58FC
(218,88,252)
0 Favorites   0 Comments

Color spaces of #da58fc

RGB 21888252
HSL0.800.960.67
HSV288°65°99°
CMYK 0.130.650.00   0.01
XYZ49.973928.913195.0423
Yxy28.91310.28730.1662
Hunter Lab53.770971.7962-67.1579
CIE-Lab60.704972.9327-58.8891

#da58fc color RGB value is (218,88,252).

#da58fc hex color red value is 218, green value is 88 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #da58fc hue: 0.80 , saturation: 0.96 and the lightness value of da58fc is 0.67.

The process color (four color CMYK) of #da58fc color hex is 0.13, 0.65, 0.00, 0.01. Web safe color of #da58fc is #cc66ff. Color #da58fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 11111100
Octal 332 130 374
Decimal 218 88 252
Hex DA 58 FC

RGB Percentages of Color #da58fc

%39.07
%15.77
%45.16

CMYK Percentages of Color #da58fc

%13
%65
%0
%1

Triadic Colors of #da58fc

#da58fc #fcda58 #58fcda

Analogous Colors of #da58fc

#da58fc #fc58cc #8858fc

Monochromatic Colors of #da58fc

#da58fc

Complementary Color

#da58fc #7afc58

#da58fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da58fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da58fc Color CSS Codes

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

#da58fc Text Font Color

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

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


#da58fc Background Color

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

This div background color is #da58fc


#da58fc Border Color

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

This div border color is #da58fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,88,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da58fc


Comments

No comments written yet.

Please login to write comment.