Color Hex Logo

#d1304b Color Hex

#D1304B
(209,48,75)
0 Favorites   0 Comments

Color spaces of #d1304b

RGB 2094875
HSL0.970.640.50
HSV350°77°82°
CMYK 0.000.770.64   0.18
XYZ28.621416.17728.2706
Yxy16.17720.53930.3048
Hunter Lab40.220956.635015.9629
CIE-Lab47.206162.695624.2750

#d1304b color RGB value is (209,48,75).

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

The process color (four color CMYK) of #d1304b color hex is 0.00, 0.77, 0.64, 0.18. Web safe color of #d1304b is #cc3333. Color #d1304b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 01001011
Octal 321 60 113
Decimal 209 48 75
Hex D1 30 4B

RGB Percentages of Color #d1304b

%62.95
%14.46
%22.59

CMYK Percentages of Color #d1304b

%0
%77
%64
%18

Triadic Colors of #d1304b

#d1304b #4bd130 #304bd1

Analogous Colors of #d1304b

#d1304b #d16630 #d1309c

Monochromatic Colors of #d1304b

#d1304b

Complementary Color

#d1304b #30d1b6

#d1304b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1304b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1304b Color CSS Codes

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

#d1304b Text Font Color

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

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


#d1304b Background Color

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

This div background color is #d1304b


#d1304b Border Color

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

This div border color is #d1304b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1304b


Comments

No comments written yet.

Please login to write comment.