Color Hex Logo

#d052df Color Hex

#D052DF
(208,82,223)
0 Favorites   0 Comments

Color spaces of #d052df

RGB 20882223
HSL0.820.690.60
HSV294°63°87°
CMYK 0.070.630.00   0.13
XYZ42.349024.772272.3615
Yxy24.77220.30360.1776
Hunter Lab49.771764.7790-51.3597
CIE-Lab56.852867.8693-48.9254

#d052df color RGB value is (208,82,223).

#d052df hex color red value is 208, green value is 82 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d052df hue: 0.82 , saturation: 0.69 and the lightness value of d052df is 0.60.

The process color (four color CMYK) of #d052df color hex is 0.07, 0.63, 0.00, 0.13. Web safe color of #d052df is #cc66cc. Color #d052df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010010 11011111
Octal 320 122 337
Decimal 208 82 223
Hex D0 52 DF

RGB Percentages of Color #d052df

%40.55
%15.98
%43.47

CMYK Percentages of Color #d052df

%7
%63
%0
%13

Triadic Colors of #d052df

#d052df #dfd052 #52dfd0

Analogous Colors of #d052df

#d052df #df52a8 #8a52df

Monochromatic Colors of #d052df

#d052df

Complementary Color

#d052df #61df52

#d052df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d052df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d052df Color CSS Codes

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

#d052df Text Font Color

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

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


#d052df Background Color

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

This div background color is #d052df


#d052df Border Color

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

This div border color is #d052df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d052df


Comments

No comments written yet.

Please login to write comment.