Color Hex Logo

#d054df Color Hex

#D054DF
(208,84,223)
0 Favorites   0 Comments

Color spaces of #d054df

RGB 20884223
HSL0.820.680.60
HSV294°62°87°
CMYK 0.070.620.00   0.13
XYZ42.502025.078372.4125
Yxy25.07830.30360.1791
Hunter Lab50.078263.8582-50.6778
CIE-Lab57.151667.0406-48.4511

#d054df color RGB value is (208,84,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 11011111
Octal 320 124 337
Decimal 208 84 223
Hex D0 54 DF

RGB Percentages of Color #d054df

%40.39
%16.31
%43.30

CMYK Percentages of Color #d054df

%7
%62
%0
%13

Triadic Colors of #d054df

#d054df #dfd054 #54dfd0

Analogous Colors of #d054df

#d054df #df54a9 #8b54df

Monochromatic Colors of #d054df

#d054df

Complementary Color

#d054df #63df54

#d054df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d054df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d054df Color CSS Codes

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

#d054df Text Font Color

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

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


#d054df Background Color

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

This div background color is #d054df


#d054df Border Color

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

This div border color is #d054df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d054df


Comments

No comments written yet.

Please login to write comment.