Color Hex Logo

#d9147b Color Hex

#D9147B
(217,20,123)
0 Favorites   0 Comments

Color spaces of #d9147b

RGB 21720123
HSL0.910.830.46
HSV329°91°85°
CMYK 0.000.910.43   0.15
XYZ32.440616.682120.2490
Yxy16.68210.46760.2405
Hunter Lab40.843770.2992-0.8035
CIE-Lab47.857074.1791-4.0611

#d9147b color RGB value is (217,20,123).

#d9147b hex color red value is 217, green value is 20 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d9147b hue: 0.91 , saturation: 0.83 and the lightness value of d9147b is 0.46.

The process color (four color CMYK) of #d9147b color hex is 0.00, 0.91, 0.43, 0.15. Web safe color of #d9147b is #cc0066. Color #d9147b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010100 01111011
Octal 331 24 173
Decimal 217 20 123
Hex D9 14 7B

RGB Percentages of Color #d9147b

%60.28
%5.56
%34.17

CMYK Percentages of Color #d9147b

%0
%91
%43
%15

Triadic Colors of #d9147b

#d9147b #7bd914 #147bd9

Analogous Colors of #d9147b

#d9147b #d91418 #d514d9

Monochromatic Colors of #d9147b

#d9147b

Complementary Color

#d9147b #14d972

#d9147b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9147b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9147b Color CSS Codes

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

#d9147b Text Font Color

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

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


#d9147b Background Color

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

This div background color is #d9147b


#d9147b Border Color

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

This div border color is #d9147b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9147b


Comments

No comments written yet.

Please login to write comment.