Color Hex Logo

#d1307d Color Hex

#D1307D
(209,48,125)
0 Favorites   0 Comments

Color spaces of #d1307d

RGB 20948125
HSL0.920.640.50
HSV331°77°82°
CMYK 0.000.770.40   0.18
XYZ31.053117.149921.0756
Yxy17.14990.44820.2475
Hunter Lab41.412461.3764-1.1851
CIE-Lab48.448466.5755-4.5741

#d1307d color RGB value is (209,48,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 01111101
Octal 321 60 175
Decimal 209 48 125
Hex D1 30 7D

RGB Percentages of Color #d1307d

%54.71
%12.57
%32.72

CMYK Percentages of Color #d1307d

%0
%77
%40
%18

Triadic Colors of #d1307d

#d1307d #7dd130 #307dd1

Analogous Colors of #d1307d

#d1307d #d13430 #d130ce

Monochromatic Colors of #d1307d

#d1307d

Complementary Color

#d1307d #30d184

#d1307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1307d Color CSS Codes

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

#d1307d Text Font Color

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

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


#d1307d Background Color

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

This div background color is #d1307d


#d1307d Border Color

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

This div border color is #d1307d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1307d


Comments

No comments written yet.

Please login to write comment.