Color Hex Logo

#d91f5b Color Hex

#D91F5B
(217,31,91)
0 Favorites   0 Comments

Color spaces of #d91f5b

RGB 2173191
HSL0.950.750.49
HSV341°86°85°
CMYK 0.000.860.58   0.15
XYZ30.993616.487011.4463
Yxy16.48700.52600.2798
Hunter Lab40.604265.193611.7091
CIE-Lab47.607069.981815.2761

#d91f5b color RGB value is (217,31,91).

#d91f5b hex color red value is 217, green value is 31 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d91f5b hue: 0.95 , saturation: 0.75 and the lightness value of d91f5b is 0.49.

The process color (four color CMYK) of #d91f5b color hex is 0.00, 0.86, 0.58, 0.15. Web safe color of #d91f5b is #cc3366. Color #d91f5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011111 01011011
Octal 331 37 133
Decimal 217 31 91
Hex D9 1F 5B

RGB Percentages of Color #d91f5b

%64.01
%9.14
%26.84

CMYK Percentages of Color #d91f5b

%0
%86
%58
%15

Triadic Colors of #d91f5b

#d91f5b #5bd91f #1f5bd9

Analogous Colors of #d91f5b

#d91f5b #d9401f #d91fb8

Monochromatic Colors of #d91f5b

#d91f5b

Complementary Color

#d91f5b #1fd99d

#d91f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d91f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d91f5b Color CSS Codes

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

#d91f5b Text Font Color

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

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


#d91f5b Background Color

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

This div background color is #d91f5b


#d91f5b Border Color

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

This div border color is #d91f5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,31,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d91f5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d91f5b;
  -webkit-box-shadow: 1px 1px 3px 2px #d91f5b;
  box-shadow:         1px 1px 3px 2px #d91f5b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,31,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d91f5b


Comments

No comments written yet.

Please login to write comment.