Color Hex Logo

#d12da7 Color Hex

#D12DA7
(209,45,167)
0 Favorites   0 Comments

Color spaces of #d12da7

RGB 20945167
HSL0.880.650.50
HSV315°78°82°
CMYK 0.000.780.20   0.18
XYZ34.207918.222138.2735
Yxy18.22210.37710.2009
Hunter Lab42.687468.3397-23.2783
CIE-Lab49.764472.1909-27.7615

#d12da7 color RGB value is (209,45,167).

#d12da7 hex color red value is 209, green value is 45 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #d12da7 hue: 0.88 , saturation: 0.65 and the lightness value of d12da7 is 0.50.

The process color (four color CMYK) of #d12da7 color hex is 0.00, 0.78, 0.20, 0.18. Web safe color of #d12da7 is #cc3399. Color #d12da7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101101 10100111
Octal 321 55 247
Decimal 209 45 167
Hex D1 2D A7

RGB Percentages of Color #d12da7

%49.64
%10.69
%39.67

CMYK Percentages of Color #d12da7

%0
%78
%20
%18

Triadic Colors of #d12da7

#d12da7 #a7d12d #2da7d1

Analogous Colors of #d12da7

#d12da7 #d12d55 #a92dd1

Monochromatic Colors of #d12da7

#d12da7

Complementary Color

#d12da7 #2dd157

#d12da7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12da7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12da7 Color CSS Codes

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

#d12da7 Text Font Color

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

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


#d12da7 Background Color

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

This div background color is #d12da7


#d12da7 Border Color

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

This div border color is #d12da7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12da7


Comments

No comments written yet.

Please login to write comment.