Color Hex Logo

#dc36ae Color Hex

#DC36AE
(220,54,174)
0 Favorites   0 Comments

Color spaces of #dc36ae

RGB 22054174
HSL0.880.700.54
HSV317°75°86°
CMYK 0.000.750.21   0.14
XYZ38.474320.910042.0526
Yxy20.91000.37930.2061
Hunter Lab45.727570.1638-22.5160
CIE-Lab52.850973.0977-26.9407

#dc36ae color RGB value is (220,54,174).

#dc36ae hex color red value is 220, green value is 54 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dc36ae hue: 0.88 , saturation: 0.70 and the lightness value of dc36ae is 0.54.

The process color (four color CMYK) of #dc36ae color hex is 0.00, 0.75, 0.21, 0.14. Web safe color of #dc36ae is #cc3399. Color #dc36ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 10101110
Octal 334 66 256
Decimal 220 54 174
Hex DC 36 AE

RGB Percentages of Color #dc36ae

%49.11
%12.05
%38.84

CMYK Percentages of Color #dc36ae

%0
%75
%21
%14

Triadic Colors of #dc36ae

#dc36ae #aedc36 #36aedc

Analogous Colors of #dc36ae

#dc36ae #dc365b #b736dc

Monochromatic Colors of #dc36ae

#dc36ae

Complementary Color

#dc36ae #36dc64

#dc36ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc36ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc36ae Color CSS Codes

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

#dc36ae Text Font Color

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

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


#dc36ae Background Color

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

This div background color is #dc36ae


#dc36ae Border Color

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

This div border color is #dc36ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc36ae


Comments

No comments written yet.

Please login to write comment.