Color Hex Logo

#d12184 Color Hex

#D12184
(209,33,132)
0 Favorites   0 Comments

Color spaces of #d12184

RGB 20933132
HSL0.910.730.47
HSV326°84°82°
CMYK 0.000.840.37   0.18
XYZ31.003216.309023.3437
Yxy16.30900.43880.2308
Hunter Lab40.384466.3622-6.0028
CIE-Lab47.377371.0076-10.4304

#d12184 color RGB value is (209,33,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100001 10000100
Octal 321 41 204
Decimal 209 33 132
Hex D1 21 84

RGB Percentages of Color #d12184

%55.88
%8.82
%35.29

CMYK Percentages of Color #d12184

%0
%84
%37
%18

Triadic Colors of #d12184

#d12184 #84d121 #2184d1

Analogous Colors of #d12184

#d12184 #d1212c #c621d1

Monochromatic Colors of #d12184

#d12184

Complementary Color

#d12184 #21d16e

#d12184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12184 Color CSS Codes

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

#d12184 Text Font Color

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

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


#d12184 Background Color

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

This div background color is #d12184


#d12184 Border Color

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

This div border color is #d12184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12184


Comments

No comments written yet.

Please login to write comment.