Color Hex Logo

#d12070 Color Hex

#D12070
(209,32,112)
0 Favorites   0 Comments

Color spaces of #d12070

RGB 20932112
HSL0.920.730.47
HSV333°85°82°
CMYK 0.000.850.46   0.18
XYZ29.735615.758216.8036
Yxy15.75820.47730.2530
Hunter Lab39.696664.24032.6901
CIE-Lab46.655669.36200.7490

#d12070 color RGB value is (209,32,112).

#d12070 hex color red value is 209, green value is 32 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d12070 hue: 0.92 , saturation: 0.73 and the lightness value of d12070 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 01110000
Octal 321 40 160
Decimal 209 32 112
Hex D1 20 70

RGB Percentages of Color #d12070

%59.21
%9.07
%31.73

CMYK Percentages of Color #d12070

%0
%85
%46
%18

Triadic Colors of #d12070

#d12070 #70d120 #2070d1

Analogous Colors of #d12070

#d12070 #d12920 #d120c9

Monochromatic Colors of #d12070

#d12070

Complementary Color

#d12070 #20d181

#d12070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12070 Color CSS Codes

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

#d12070 Text Font Color

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

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


#d12070 Background Color

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

This div background color is #d12070


#d12070 Border Color

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

This div border color is #d12070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12070


Comments

No comments written yet.

Please login to write comment.