Color Hex Logo

#d52799 Color Hex

#D52799
(213,39,153)
0 Favorites   0 Comments

Color spaces of #d52799

RGB 21339153
HSL0.890.690.49
HSV321°82°84°
CMYK 0.000.820.28   0.16
XYZ33.915917.897131.8039
Yxy17.89710.40560.2140
Hunter Lab42.305069.0698-14.9594
CIE-Lab49.371172.8714-19.9910

#d52799 color RGB value is (213,39,153).

#d52799 hex color red value is 213, green value is 39 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d52799 hue: 0.89 , saturation: 0.69 and the lightness value of d52799 is 0.49.

The process color (four color CMYK) of #d52799 color hex is 0.00, 0.82, 0.28, 0.16. Web safe color of #d52799 is #cc3399. Color #d52799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 10011001
Octal 325 47 231
Decimal 213 39 153
Hex D5 27 99

RGB Percentages of Color #d52799

%52.59
%9.63
%37.78

CMYK Percentages of Color #d52799

%0
%82
%28
%16

Triadic Colors of #d52799

#d52799 #99d527 #2799d5

Analogous Colors of #d52799

#d52799 #d52742 #ba27d5

Monochromatic Colors of #d52799

#d52799

Complementary Color

#d52799 #27d563

#d52799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52799 Color CSS Codes

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

#d52799 Text Font Color

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

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


#d52799 Background Color

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

This div background color is #d52799


#d52799 Border Color

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

This div border color is #d52799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52799


Comments

No comments written yet.

Please login to write comment.