Color Hex Logo

#d50959 Color Hex

#D50959
(213,9,89)
0 Favorites   0 Comments

Color spaces of #d50959

RGB 213989
HSL0.930.920.44
HSV336°96°84°
CMYK 0.000.960.58   0.16
XYZ29.341415.062810.8121
Yxy15.06280.53140.2728
Hunter Lab38.810867.029010.6503
CIE-Lab45.720171.887913.7992

#d50959 color RGB value is (213,9,89).

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

The process color (four color CMYK) of #d50959 color hex is 0.00, 0.96, 0.58, 0.16. Web safe color of #d50959 is #cc0066. Color #d50959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 01011001
Octal 325 11 131
Decimal 213 9 89
Hex D5 9 59

RGB Percentages of Color #d50959

%68.49
%2.89
%28.62

CMYK Percentages of Color #d50959

%0
%96
%58
%16

Triadic Colors of #d50959

#d50959 #59d509 #0959d5

Analogous Colors of #d50959

#d50959 #d51f09 #d509bf

Monochromatic Colors of #d50959

#d50959

Complementary Color

#d50959 #09d585

#d50959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50959 Color CSS Codes

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

#d50959 Text Font Color

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

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


#d50959 Background Color

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

This div background color is #d50959


#d50959 Border Color

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

This div border color is #d50959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50959


Comments

No comments written yet.

Please login to write comment.