Color Hex Logo

#d12084 Color Hex

#D12084
(209,32,132)
0 Favorites   0 Comments

Color spaces of #d12084

RGB 20932132
HSL0.910.730.47
HSV326°85°82°
CMYK 0.000.850.37   0.18
XYZ30.975916.254323.3346
Yxy16.25430.43900.2303
Hunter Lab40.316666.5903-6.0944
CIE-Lab47.306471.2123-10.5371

#d12084 color RGB value is (209,32,132).

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

The process color (four color CMYK) of #d12084 color hex is 0.00, 0.85, 0.37, 0.18. Web safe color of #d12084 is #cc3399. Color #d12084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 10000100
Octal 321 40 204
Decimal 209 32 132
Hex D1 20 84

RGB Percentages of Color #d12084

%56.03
%8.58
%35.39

CMYK Percentages of Color #d12084

%0
%85
%37
%18

Triadic Colors of #d12084

#d12084 #84d120 #2084d1

Analogous Colors of #d12084

#d12084 #d1202b #c620d1

Monochromatic Colors of #d12084

#d12084

Complementary Color

#d12084 #20d16d

#d12084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12084 Color CSS Codes

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

#d12084 Text Font Color

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

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


#d12084 Background Color

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

This div background color is #d12084


#d12084 Border Color

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

This div border color is #d12084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12084


Comments

No comments written yet.

Please login to write comment.