color codes Logo

#d12a9e color codes

#D12A9E
(209,42,158)
0 Favorites   0 Comments

Color spaces of #d12a9e

RGB 20942158
HSL0.880.670.49
HSV318°80°82°
CMYK 0.000.800.24   0.18
XYZ33.294017.679934.0055
Yxy17.67990.39180.2080
Hunter Lab42.047567.7567-18.5170
CIE-Lab49.105571.8349-23.4428

#d12a9e color RGB value is (209,42,158).

#d12a9e hex color red value is 209, green value is 42 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d12a9e hue: 0.88 , saturation: 0.67 and the lightness value of d12a9e is 0.49.

The process color (four color CMYK) of #d12a9e color code is 0.00, 0.80, 0.24, 0.18. Web safe color of #d12a9e is #cc3399. Color #d12a9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101010 10011110
Octal 321 52 236
Decimal 209 42 158
Hex D1 2A 9E

RGB Percentages of Color #d12a9e

%51.10
%10.27
%38.63

CMYK Percentages of Color #d12a9e

%0
%80
%24
%18

Triadic Colors of #d12a9e

#d12a9e #9ed12a #2a9ed1

Analogous Colors of #d12a9e

#d12a9e #d12a4a #b12ad1

Monochromatic Colors of #d12a9e

#d12a9e

Complementary Color

#d12a9e #2ad15d

#d12a9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12a9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12a9e Color CSS Codes

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

#d12a9e Text Font Color

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

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


#d12a9e Background Color

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

This div background color is #d12a9e


#d12a9e Border Color

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

This div border color is #d12a9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12a9e


Comments

No comments written yet.

Please login to write comment.