Color Hex Logo

#d052fd Color Hex

#D052FD
(208,82,253)
0 Favorites   0 Comments

Color spaces of #d052fd

RGB 20882253
HSL0.790.980.66
HSV284°68°99°
CMYK 0.180.680.00   0.01
XYZ46.759326.536395.5860
Yxy26.53630.27690.1571
Hunter Lab51.513471.8781-73.9565
CIE-Lab58.542673.4071-62.9808

#d052fd color RGB value is (208,82,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010010 11111101
Octal 320 122 375
Decimal 208 82 253
Hex D0 52 FD

RGB Percentages of Color #d052fd

%38.31
%15.10
%46.59

CMYK Percentages of Color #d052fd

%18
%68
%0
%1

Triadic Colors of #d052fd

#d052fd #fdd052 #52fdd0

Analogous Colors of #d052fd

#d052fd #fd52d5 #7b52fd

Monochromatic Colors of #d052fd

#d052fd

Complementary Color

#d052fd #7ffd52

#d052fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d052fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d052fd Color CSS Codes

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

#d052fd Text Font Color

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

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


#d052fd Background Color

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

This div background color is #d052fd


#d052fd Border Color

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

This div border color is #d052fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d052fd


Comments

No comments written yet.

Please login to write comment.