Color Hex Logo

#d1317b Color Hex

#D1317B
(209,49,123)
0 Favorites   0 Comments

Color spaces of #d1317b

RGB 20949123
HSL0.920.630.51
HSV332°77°82°
CMYK 0.000.770.41   0.18
XYZ30.968017.182020.4232
Yxy17.18200.45160.2506
Hunter Lab41.451260.8170-0.1967
CIE-Lab48.488566.0874-3.2986

#d1317b color RGB value is (209,49,123).

#d1317b hex color red value is 209, green value is 49 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d1317b hue: 0.92 , saturation: 0.63 and the lightness value of d1317b is 0.51.

The process color (four color CMYK) of #d1317b color hex is 0.00, 0.77, 0.41, 0.18. Web safe color of #d1317b is #cc3366. Color #d1317b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110001 01111011
Octal 321 61 173
Decimal 209 49 123
Hex D1 31 7B

RGB Percentages of Color #d1317b

%54.86
%12.86
%32.28

CMYK Percentages of Color #d1317b

%0
%77
%41
%18

Triadic Colors of #d1317b

#d1317b #7bd131 #317bd1

Analogous Colors of #d1317b

#d1317b #d13731 #d131cb

Monochromatic Colors of #d1317b

#d1317b

Complementary Color

#d1317b #31d187

#d1317b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1317b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1317b Color CSS Codes

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

#d1317b Text Font Color

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

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


#d1317b Background Color

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

This div background color is #d1317b


#d1317b Border Color

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

This div border color is #d1317b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1317b


Comments

No comments written yet.

Please login to write comment.