Color Hex Logo

#d51779 Color Hex

#D51779
(213,23,121)
0 Favorites   0 Comments

Color spaces of #d51779

RGB 21323121
HSL0.910.810.46
HSV329°89°84°
CMYK 0.000.890.43   0.16
XYZ31.198216.139419.5600
Yxy16.13940.46640.2413
Hunter Lab40.173968.3151-0.7456
CIE-Lab47.156872.6779-3.9584

#d51779 color RGB value is (213,23,121).

#d51779 hex color red value is 213, green value is 23 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #d51779 hue: 0.91 , saturation: 0.81 and the lightness value of d51779 is 0.46.

The process color (four color CMYK) of #d51779 color hex is 0.00, 0.89, 0.43, 0.16. Web safe color of #d51779 is #cc0066. Color #d51779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010111 01111001
Octal 325 27 171
Decimal 213 23 121
Hex D5 17 79

RGB Percentages of Color #d51779

%59.66
%6.44
%33.89

CMYK Percentages of Color #d51779

%0
%89
%43
%16

Triadic Colors of #d51779

#d51779 #79d517 #1779d5

Analogous Colors of #d51779

#d51779 #d5171a #d217d5

Monochromatic Colors of #d51779

#d51779

Complementary Color

#d51779 #17d573

#d51779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51779 Color CSS Codes

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

#d51779 Text Font Color

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

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


#d51779 Background Color

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

This div background color is #d51779


#d51779 Border Color

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

This div border color is #d51779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51779


Comments

No comments written yet.

Please login to write comment.