Color Hex Logo

#d41ac9 Color Hex

#D41AC9
(212,26,201)
0 Favorites   0 Comments

Color spaces of #d41ac9

RGB 21226201
HSL0.840.780.47
HSV304°88°83°
CMYK 0.000.880.05   0.17
XYZ38.063418.952956.9104
Yxy18.95290.33410.1664
Hunter Lab43.534979.8798-47.0315
CIE-Lab50.632181.3400-46.2215

#d41ac9 color RGB value is (212,26,201).

#d41ac9 hex color red value is 212, green value is 26 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #d41ac9 hue: 0.84 , saturation: 0.78 and the lightness value of d41ac9 is 0.47.

The process color (four color CMYK) of #d41ac9 color hex is 0.00, 0.88, 0.05, 0.17. Web safe color of #d41ac9 is #cc33cc. Color #d41ac9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011010 11001001
Octal 324 32 311
Decimal 212 26 201
Hex D4 1A C9

RGB Percentages of Color #d41ac9

%48.29
%5.92
%45.79

CMYK Percentages of Color #d41ac9

%0
%88
%5
%17

Triadic Colors of #d41ac9

#d41ac9 #c9d41a #1ac9d4

Analogous Colors of #d41ac9

#d41ac9 #d41a6c #821ad4

Monochromatic Colors of #d41ac9

#d41ac9

Complementary Color

#d41ac9 #1ad425

#d41ac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41ac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41ac9 Color CSS Codes

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

#d41ac9 Text Font Color

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

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


#d41ac9 Background Color

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

This div background color is #d41ac9


#d41ac9 Border Color

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

This div border color is #d41ac9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,26,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d41ac9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d41ac9;
  -webkit-box-shadow: 1px 1px 3px 2px #d41ac9;
  box-shadow:         1px 1px 3px 2px #d41ac9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,26,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41ac9


Comments

No comments written yet.

Please login to write comment.