Color Hex Logo

#da52fd Color Hex

#DA52FD
(218,82,253)
0 Favorites   0 Comments

Color spaces of #da52fd

RGB 21882253
HSL0.800.980.66
HSV288°68°99°
CMYK 0.140.680.00   0.01
XYZ49.660428.031995.7218
Yxy28.03190.28640.1616
Hunter Lab52.945274.7717-70.1313
CIE-Lab59.917575.4806-60.7009

#da52fd color RGB value is (218,82,253).

#da52fd hex color red value is 218, green value is 82 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #da52fd hue: 0.80 , saturation: 0.98 and the lightness value of da52fd is 0.66.

The process color (four color CMYK) of #da52fd color hex is 0.14, 0.68, 0.00, 0.01. Web safe color of #da52fd is #cc66ff. Color #da52fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010010 11111101
Octal 332 122 375
Decimal 218 82 253
Hex DA 52 FD

RGB Percentages of Color #da52fd

%39.42
%14.83
%45.75

CMYK Percentages of Color #da52fd

%14
%68
%0
%1

Triadic Colors of #da52fd

#da52fd #fdda52 #52fdda

Analogous Colors of #da52fd

#da52fd #fd52cb #8552fd

Monochromatic Colors of #da52fd

#da52fd

Complementary Color

#da52fd #75fd52

#da52fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da52fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da52fd Color CSS Codes

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

#da52fd Text Font Color

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

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


#da52fd Background Color

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

This div background color is #da52fd


#da52fd Border Color

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

This div border color is #da52fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da52fd


Comments

No comments written yet.

Please login to write comment.