Color Hex Logo

#d505ae Color Hex

#D505AE
(213,5,174)
0 Favorites   0 Comments

Color spaces of #d505ae

RGB 2135174
HSL0.860.950.43
HSV311°98°84°
CMYK 0.000.980.18   0.16
XYZ35.134817.310741.5339
Yxy17.31070.37390.1842
Hunter Lab41.606177.9258-30.0628
CIE-Lab48.649280.1816-33.5836

#d505ae color RGB value is (213,5,174).

#d505ae hex color red value is 213, green value is 5 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d505ae hue: 0.86 , saturation: 0.95 and the lightness value of d505ae is 0.43.

The process color (four color CMYK) of #d505ae color hex is 0.00, 0.98, 0.18, 0.16. Web safe color of #d505ae is #cc0099. Color #d505ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000101 10101110
Octal 325 5 256
Decimal 213 5 174
Hex D5 5 AE

RGB Percentages of Color #d505ae

%54.34
%1.28
%44.39

CMYK Percentages of Color #d505ae

%0
%98
%18
%16

Triadic Colors of #d505ae

#d505ae #aed505 #05aed5

Analogous Colors of #d505ae

#d505ae #d50546 #9405d5

Monochromatic Colors of #d505ae

#d505ae

Complementary Color

#d505ae #05d52c

#d505ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d505ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d505ae Color CSS Codes

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

#d505ae Text Font Color

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

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


#d505ae Background Color

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

This div background color is #d505ae


#d505ae Border Color

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

This div border color is #d505ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d505ae


Comments

No comments written yet.

Please login to write comment.