Color Hex Logo

#d054ae Color Hex

#D054AE
(208,84,174)
0 Favorites   0 Comments

Color spaces of #d054ae

RGB 20884174
HSL0.880.570.57
HSV316°60°82°
CMYK 0.000.600.16   0.18
XYZ36.822722.806542.5057
Yxy22.80650.36050.2233
Hunter Lab47.756254.0604-19.3422
CIE-Lab54.872559.0137-23.9764

#d054ae color RGB value is (208,84,174).

#d054ae hex color red value is 208, green value is 84 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d054ae hue: 0.88 , saturation: 0.57 and the lightness value of d054ae is 0.57.

The process color (four color CMYK) of #d054ae color hex is 0.00, 0.60, 0.16, 0.18. Web safe color of #d054ae is #cc6699. Color #d054ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 10101110
Octal 320 124 256
Decimal 208 84 174
Hex D0 54 AE

RGB Percentages of Color #d054ae

%44.64
%18.03
%37.34

CMYK Percentages of Color #d054ae

%0
%60
%16
%18

Triadic Colors of #d054ae

#d054ae #aed054 #54aed0

Analogous Colors of #d054ae

#d054ae #d05470 #b454d0

Monochromatic Colors of #d054ae

#d054ae

Complementary Color

#d054ae #54d076

#d054ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d054ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d054ae Color CSS Codes

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

#d054ae Text Font Color

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

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


#d054ae Background Color

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

This div background color is #d054ae


#d054ae Border Color

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

This div border color is #d054ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d054ae


Comments

No comments written yet.

Please login to write comment.