Color Hex Logo

#d53199 Color Hex

#D53199
(213,49,153)
0 Favorites   0 Comments

Color spaces of #d53199

RGB 21349153
HSL0.890.660.51
HSV322°77°84°
CMYK 0.000.770.28   0.16
XYZ34.288718.642731.9282
Yxy18.64270.40410.2197
Hunter Lab43.177266.1938-13.6191
CIE-Lab50.266570.3063-18.6198

#d53199 color RGB value is (213,49,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110001 10011001
Octal 325 61 231
Decimal 213 49 153
Hex D5 31 99

RGB Percentages of Color #d53199

%51.33
%11.81
%36.87

CMYK Percentages of Color #d53199

%0
%77
%28
%16

Triadic Colors of #d53199

#d53199 #99d531 #3199d5

Analogous Colors of #d53199

#d53199 #d53147 #bf31d5

Monochromatic Colors of #d53199

#d53199

Complementary Color

#d53199 #31d56d

#d53199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53199 Color CSS Codes

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

#d53199 Text Font Color

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

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


#d53199 Background Color

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

This div background color is #d53199


#d53199 Border Color

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

This div border color is #d53199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53199


Comments

No comments written yet.

Please login to write comment.