Color Hex Logo

#d12546 Color Hex

#D12546
(209,37,70)
0 Favorites   0 Comments

Color spaces of #d12546

RGB 2093770
HSL0.970.700.48
HSV348°82°82°
CMYK 0.000.820.67   0.18
XYZ28.061615.32067.2725
Yxy15.32060.55400.3025
Hunter Lab39.141559.473716.3830
CIE-Lab46.070265.392425.8708

#d12546 color RGB value is (209,37,70).

#d12546 hex color red value is 209, green value is 37 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d12546 hue: 0.97 , saturation: 0.70 and the lightness value of d12546 is 0.48.

The process color (four color CMYK) of #d12546 color hex is 0.00, 0.82, 0.67, 0.18. Web safe color of #d12546 is #cc3333. Color #d12546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 01000110
Octal 321 45 106
Decimal 209 37 70
Hex D1 25 46

RGB Percentages of Color #d12546

%66.14
%11.71
%22.15

CMYK Percentages of Color #d12546

%0
%82
%67
%18

Triadic Colors of #d12546

#d12546 #46d125 #2546d1

Analogous Colors of #d12546

#d12546 #d15a25 #d1259c

Monochromatic Colors of #d12546

#d12546

Complementary Color

#d12546 #25d1b0

#d12546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12546 Color CSS Codes

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

#d12546 Text Font Color

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

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


#d12546 Background Color

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

This div background color is #d12546


#d12546 Border Color

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

This div border color is #d12546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12546


Comments

No comments written yet.

Please login to write comment.