Color Hex Logo

#d12f4d Color Hex

#D12F4D
(209,47,77)
0 Favorites   0 Comments

Color spaces of #d12f4d

RGB 2094777
HSL0.970.640.50
HSV349°78°82°
CMYK 0.000.780.63   0.18
XYZ28.650616.12428.6234
Yxy16.12420.53650.3020
Hunter Lab40.154957.088815.3758
CIE-Lab47.137063.107422.9682

#d12f4d color RGB value is (209,47,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101111 01001101
Octal 321 57 115
Decimal 209 47 77
Hex D1 2F 4D

RGB Percentages of Color #d12f4d

%62.76
%14.11
%23.12

CMYK Percentages of Color #d12f4d

%0
%78
%63
%18

Triadic Colors of #d12f4d

#d12f4d #4dd12f #2f4dd1

Analogous Colors of #d12f4d

#d12f4d #d1622f #d12f9e

Monochromatic Colors of #d12f4d

#d12f4d

Complementary Color

#d12f4d #2fd1b3

#d12f4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12f4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12f4d Color CSS Codes

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

#d12f4d Text Font Color

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

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


#d12f4d Background Color

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

This div background color is #d12f4d


#d12f4d Border Color

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

This div border color is #d12f4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,47,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 #d12f4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12f4d


Comments

No comments written yet.

Please login to write comment.