Color Hex Logo

#d9195b Color Hex

#D9195B
(217,25,91)
0 Favorites   0 Comments

Color spaces of #d9195b

RGB 2172591
HSL0.940.790.47
HSV339°88°85°
CMYK 0.000.880.58   0.15
XYZ30.851216.202311.3988
Yxy16.20230.52780.2772
Hunter Lab40.252166.370211.3864
CIE-Lab47.238871.041214.7719

#d9195b color RGB value is (217,25,91).

#d9195b hex color red value is 217, green value is 25 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d9195b hue: 0.94 , saturation: 0.79 and the lightness value of d9195b is 0.47.

The process color (four color CMYK) of #d9195b color hex is 0.00, 0.88, 0.58, 0.15. Web safe color of #d9195b is #cc0066. Color #d9195b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00011001 01011011
Octal 331 31 133
Decimal 217 25 91
Hex D9 19 5B

RGB Percentages of Color #d9195b

%65.17
%7.51
%27.33

CMYK Percentages of Color #d9195b

%0
%88
%58
%15

Triadic Colors of #d9195b

#d9195b #5bd919 #195bd9

Analogous Colors of #d9195b

#d9195b #d93719 #d919bb

Monochromatic Colors of #d9195b

#d9195b

Complementary Color

#d9195b #19d997

#d9195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9195b Color CSS Codes

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

#d9195b Text Font Color

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

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


#d9195b Background Color

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

This div background color is #d9195b


#d9195b Border Color

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

This div border color is #d9195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9195b


Comments

No comments written yet.

Please login to write comment.