Color Hex Logo

#d054de Color Hex

#D054DE
(208,84,222)
0 Favorites   0 Comments

Color spaces of #d054de

RGB 20884222
HSL0.820.680.60
HSV294°62°87°
CMYK 0.060.620.00   0.13
XYZ42.367625.024571.7044
Yxy25.02450.30460.1799
Hunter Lab50.024563.6354-49.9683
CIE-Lab57.099366.8627-47.9705

#d054de color RGB value is (208,84,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 11011110
Octal 320 124 336
Decimal 208 84 222
Hex D0 54 DE

RGB Percentages of Color #d054de

%40.47
%16.34
%43.19

CMYK Percentages of Color #d054de

%6
%62
%0
%13

Triadic Colors of #d054de

#d054de #ded054 #54ded0

Analogous Colors of #d054de

#d054de #de54a7 #8b54de

Monochromatic Colors of #d054de

#d054de

Complementary Color

#d054de #62de54

#d054de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d054de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d054de Color CSS Codes

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

#d054de Text Font Color

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

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


#d054de Background Color

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

This div background color is #d054de


#d054de Border Color

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

This div border color is #d054de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d054de


Comments

No comments written yet.

Please login to write comment.