Color Hex Logo

#d52499 Color Hex

#D52499
(213,36,153)
0 Favorites   0 Comments

Color spaces of #d52499

RGB 21336153
HSL0.890.710.49
HSV320°83°84°
CMYK 0.000.830.28   0.16
XYZ33.821217.707831.7724
Yxy17.70780.40600.2126
Hunter Lab42.080669.8235-15.3096
CIE-Lab49.139873.5380-20.3460

#d52499 color RGB value is (213,36,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100100 10011001
Octal 325 44 231
Decimal 213 36 153
Hex D5 24 99

RGB Percentages of Color #d52499

%52.99
%8.96
%38.06

CMYK Percentages of Color #d52499

%0
%83
%28
%16

Triadic Colors of #d52499

#d52499 #99d524 #2499d5

Analogous Colors of #d52499

#d52499 #d52440 #b924d5

Monochromatic Colors of #d52499

#d52499

Complementary Color

#d52499 #24d560

#d52499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52499 Color CSS Codes

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

#d52499 Text Font Color

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

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


#d52499 Background Color

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

This div background color is #d52499


#d52499 Border Color

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

This div border color is #d52499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52499


Comments

No comments written yet.

Please login to write comment.