Color Hex Logo

#d12951 Color Hex

#D12951
(209,41,81)
0 Favorites   0 Comments

Color spaces of #d12951

RGB 2094181
HSL0.960.670.49
HSV346°80°82°
CMYK 0.000.800.61   0.18
XYZ28.572615.73539.3158
Yxy15.73530.53280.2934
Hunter Lab39.667759.154713.8434
CIE-Lab46.625365.008719.8461

#d12951 color RGB value is (209,41,81).

#d12951 hex color red value is 209, green value is 41 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #d12951 hue: 0.96 , saturation: 0.67 and the lightness value of d12951 is 0.49.

The process color (four color CMYK) of #d12951 color hex is 0.00, 0.80, 0.61, 0.18. Web safe color of #d12951 is #cc3366. Color #d12951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101001 01010001
Octal 321 51 121
Decimal 209 41 81
Hex D1 29 51

RGB Percentages of Color #d12951

%63.14
%12.39
%24.47

CMYK Percentages of Color #d12951

%0
%80
%61
%18

Triadic Colors of #d12951

#d12951 #51d129 #2951d1

Analogous Colors of #d12951

#d12951 #d15529 #d129a5

Monochromatic Colors of #d12951

#d12951

Complementary Color

#d12951 #29d1a9

#d12951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12951 Color CSS Codes

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

#d12951 Text Font Color

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

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


#d12951 Background Color

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

This div background color is #d12951


#d12951 Border Color

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

This div border color is #d12951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12951


Comments

No comments written yet.

Please login to write comment.