Color Hex Logo

#d054dc Color Hex

#D054DC
(208,84,220)
0 Favorites   0 Comments

Color spaces of #d054dc

RGB 20884220
HSL0.820.660.60
HSV295°62°86°
CMYK 0.050.620.00   0.14
XYZ42.101024.917970.3008
Yxy24.91790.30660.1815
Hunter Lab49.917863.1918-48.5574
CIE-Lab56.995366.5080-47.0068

#d054dc color RGB value is (208,84,220).

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

The process color (four color CMYK) of #d054dc color hex is 0.05, 0.62, 0.00, 0.14. Web safe color of #d054dc is #cc66cc. Color #d054dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 11011100
Octal 320 124 334
Decimal 208 84 220
Hex D0 54 DC

RGB Percentages of Color #d054dc

%40.63
%16.41
%42.97

CMYK Percentages of Color #d054dc

%5
%62
%0
%14

Triadic Colors of #d054dc

#d054dc #dcd054 #54dcd0

Analogous Colors of #d054dc

#d054dc #dc54a4 #8c54dc

Monochromatic Colors of #d054dc

#d054dc

Complementary Color

#d054dc #60dc54

#d054dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d054dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d054dc Color CSS Codes

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

#d054dc Text Font Color

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

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


#d054dc Background Color

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

This div background color is #d054dc


#d054dc Border Color

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

This div border color is #d054dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d054dc


Comments

No comments written yet.

Please login to write comment.