Color Hex Logo

#dc54ae Color Hex

#DC54AE
(220,84,174)
0 Favorites   0 Comments

Color spaces of #dc54ae

RGB 22084174
HSL0.890.660.60
HSV320°62°86°
CMYK 0.000.620.21   0.14
XYZ40.325524.612342.6697
Yxy24.61230.37470.2287
Hunter Lab49.610858.2726-16.2671
CIE-Lab56.695762.3645-21.0206

#dc54ae color RGB value is (220,84,174).

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

The process color (four color CMYK) of #dc54ae color hex is 0.00, 0.62, 0.21, 0.14. Web safe color of #dc54ae is #cc6699. Color #dc54ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010100 10101110
Octal 334 124 256
Decimal 220 84 174
Hex DC 54 AE

RGB Percentages of Color #dc54ae

%46.03
%17.57
%36.40

CMYK Percentages of Color #dc54ae

%0
%62
%21
%14

Triadic Colors of #dc54ae

#dc54ae #aedc54 #54aedc

Analogous Colors of #dc54ae

#dc54ae #dc546a #c654dc

Monochromatic Colors of #dc54ae

#dc54ae

Complementary Color

#dc54ae #54dc82

#dc54ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc54ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc54ae Color CSS Codes

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

#dc54ae Text Font Color

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

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


#dc54ae Background Color

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

This div background color is #dc54ae


#dc54ae Border Color

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

This div border color is #dc54ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc54ae


Comments

No comments written yet.

Please login to write comment.