Color Hex Logo

#d1304d Color Hex

#D1304D
(209,48,77)
0 Favorites   0 Comments

Color spaces of #d1304d

RGB 2094877
HSL0.970.640.50
HSV349°77°82°
CMYK 0.000.770.63   0.18
XYZ28.691016.20508.6369
Yxy16.20500.53600.3027
Hunter Lab40.255456.774215.4580
CIE-Lab47.242362.811123.1049

#d1304d color RGB value is (209,48,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 01001101
Octal 321 60 115
Decimal 209 48 77
Hex D1 30 4D

RGB Percentages of Color #d1304d

%62.57
%14.37
%23.05

CMYK Percentages of Color #d1304d

%0
%77
%63
%18

Triadic Colors of #d1304d

#d1304d #4dd130 #304dd1

Analogous Colors of #d1304d

#d1304d #d16330 #d1309e

Monochromatic Colors of #d1304d

#d1304d

Complementary Color

#d1304d #30d1b4

#d1304d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1304d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1304d Color CSS Codes

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

#d1304d Text Font Color

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

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


#d1304d Background Color

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

This div background color is #d1304d


#d1304d Border Color

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

This div border color is #d1304d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1304d


Comments

No comments written yet.

Please login to write comment.