Color Hex Logo

#d505ac Color Hex

#D505AC
(213,5,172)
0 Favorites   0 Comments

Color spaces of #d505ac

RGB 2135172
HSL0.870.950.43
HSV312°98°84°
CMYK 0.000.980.19   0.16
XYZ34.941217.233240.5145
Yxy17.23320.37700.1859
Hunter Lab41.512977.5950-28.8050
CIE-Lab48.552579.9378-32.5537

#d505ac color RGB value is (213,5,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000101 10101100
Octal 325 5 254
Decimal 213 5 172
Hex D5 5 AC

RGB Percentages of Color #d505ac

%54.62
%1.28
%44.10

CMYK Percentages of Color #d505ac

%0
%98
%19
%16

Triadic Colors of #d505ac

#d505ac #acd505 #05acd5

Analogous Colors of #d505ac

#d505ac #d50544 #9605d5

Monochromatic Colors of #d505ac

#d505ac

Complementary Color

#d505ac #05d52e

#d505ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d505ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d505ac Color CSS Codes

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

#d505ac Text Font Color

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

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


#d505ac Background Color

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

This div background color is #d505ac


#d505ac Border Color

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

This div border color is #d505ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,5,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d505ac


Comments

No comments written yet.

Please login to write comment.