Color Hex Logo

#d12aa8 Color Hex

#D12AA8
(209,42,168)
0 Favorites   0 Comments

Color spaces of #d12aa8

RGB 20942168
HSL0.870.670.49
HSV315°80°82°
CMYK 0.000.800.20   0.18
XYZ34.190318.038438.7255
Yxy18.03840.37590.1983
Hunter Lab42.471669.3698-24.3303
CIE-Lab49.542673.0856-28.6973

#d12aa8 color RGB value is (209,42,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101010 10101000
Octal 321 52 250
Decimal 209 42 168
Hex D1 2A A8

RGB Percentages of Color #d12aa8

%49.88
%10.02
%40.10

CMYK Percentages of Color #d12aa8

%0
%80
%20
%18

Triadic Colors of #d12aa8

#d12aa8 #a8d12a #2aa8d1

Analogous Colors of #d12aa8

#d12aa8 #d12a55 #a72ad1

Monochromatic Colors of #d12aa8

#d12aa8

Complementary Color

#d12aa8 #2ad153

#d12aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12aa8 Color CSS Codes

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

#d12aa8 Text Font Color

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

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


#d12aa8 Background Color

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

This div background color is #d12aa8


#d12aa8 Border Color

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

This div border color is #d12aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12aa8


Comments

No comments written yet.

Please login to write comment.