Color Hex Logo

#d1306f Color Hex

#D1306F
(209,48,111)
0 Favorites   0 Comments

Color spaces of #d1306f

RGB 20948111
HSL0.930.640.50
HSV337°77°82°
CMYK 0.000.770.47   0.18
XYZ30.220716.816916.6921
Yxy16.81690.47420.2639
Hunter Lab41.008459.77894.5724
CIE-Lab48.028565.28033.3537

#d1306f color RGB value is (209,48,111).

#d1306f hex color red value is 209, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d1306f hue: 0.93 , saturation: 0.64 and the lightness value of d1306f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 01101111
Octal 321 60 157
Decimal 209 48 111
Hex D1 30 6F

RGB Percentages of Color #d1306f

%56.79
%13.04
%30.16

CMYK Percentages of Color #d1306f

%0
%77
%47
%18

Triadic Colors of #d1306f

#d1306f #6fd130 #306fd1

Analogous Colors of #d1306f

#d1306f #d14130 #d130c0

Monochromatic Colors of #d1306f

#d1306f

Complementary Color

#d1306f #30d192

#d1306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1306f Color CSS Codes

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

#d1306f Text Font Color

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

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


#d1306f Background Color

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

This div background color is #d1306f


#d1306f Border Color

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

This div border color is #d1306f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,48,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1306f


Comments

No comments written yet.

Please login to write comment.