Color Hex Logo

#d50999 Color Hex

#D50999
(213,9,153)
0 Favorites   0 Comments

Color spaces of #d50999

RGB 2139153
HSL0.880.920.44
HSV318°96°84°
CMYK 0.000.960.28   0.16
XYZ33.288016.641431.5946
Yxy16.64140.40830.2041
Hunter Lab40.793974.2676-17.3640
CIE-Lab47.805077.4195-22.3994

#d50999 color RGB value is (213,9,153).

#d50999 hex color red value is 213, green value is 9 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d50999 hue: 0.88 , saturation: 0.92 and the lightness value of d50999 is 0.44.

The process color (four color CMYK) of #d50999 color hex is 0.00, 0.96, 0.28, 0.16. Web safe color of #d50999 is #cc0099. Color #d50999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 10011001
Octal 325 11 231
Decimal 213 9 153
Hex D5 9 99

RGB Percentages of Color #d50999

%56.80
%2.40
%40.80

CMYK Percentages of Color #d50999

%0
%96
%28
%16

Triadic Colors of #d50999

#d50999 #99d509 #0999d5

Analogous Colors of #d50999

#d50999 #d50933 #ab09d5

Monochromatic Colors of #d50999

#d50999

Complementary Color

#d50999 #09d545

#d50999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50999 Color CSS Codes

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

#d50999 Text Font Color

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

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


#d50999 Background Color

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

This div background color is #d50999


#d50999 Border Color

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

This div border color is #d50999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50999


Comments

No comments written yet.

Please login to write comment.