Color Hex Logo

#d12e71 Color Hex

#D12E71
(209,46,113)
0 Favorites   0 Comments

Color spaces of #d12e71

RGB 20946113
HSL0.930.640.50
HSV335°78°82°
CMYK 0.000.780.46   0.18
XYZ30.252116.701617.2520
Yxy16.70160.47120.2601
Hunter Lab40.867660.61583.5784
CIE-Lab47.881866.03071.9172

#d12e71 color RGB value is (209,46,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101110 01110001
Octal 321 56 161
Decimal 209 46 113
Hex D1 2E 71

RGB Percentages of Color #d12e71

%56.79
%12.50
%30.71

CMYK Percentages of Color #d12e71

%0
%78
%46
%18

Triadic Colors of #d12e71

#d12e71 #71d12e #2e71d1

Analogous Colors of #d12e71

#d12e71 #d13c2e #d12ec3

Monochromatic Colors of #d12e71

#d12e71

Complementary Color

#d12e71 #2ed18e

#d12e71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12e71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12e71 Color CSS Codes

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

#d12e71 Text Font Color

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

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


#d12e71 Background Color

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

This div background color is #d12e71


#d12e71 Border Color

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

This div border color is #d12e71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12e71

#d12e71 Color Palettes


Comments

No comments written yet.

Please login to write comment.