Color Hex Logo

#d411af Color Hex

#D411AF
(212,17,175)
0 Favorites   0 Comments

Color spaces of #d411af

RGB 21217175
HSL0.860.850.45
HSV311°92°83°
CMYK 0.000.920.17   0.17
XYZ35.089717.493142.0845
Yxy17.49310.37070.1848
Hunter Lab41.824876.5628-30.3809
CIE-Lab48.875479.0527-33.8317

#d411af color RGB value is (212,17,175).

#d411af hex color red value is 212, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d411af hue: 0.86 , saturation: 0.85 and the lightness value of d411af is 0.45.

The process color (four color CMYK) of #d411af color hex is 0.00, 0.92, 0.17, 0.17. Web safe color of #d411af is #cc0099. Color #d411af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010001 10101111
Octal 324 21 257
Decimal 212 17 175
Hex D4 11 AF

RGB Percentages of Color #d411af

%52.48
%4.21
%43.32

CMYK Percentages of Color #d411af

%0
%92
%17
%17

Triadic Colors of #d411af

#d411af #afd411 #11afd4

Analogous Colors of #d411af

#d411af #d4114d #9811d4

Monochromatic Colors of #d411af

#d411af

Complementary Color

#d411af #11d436

#d411af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d411af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d411af Color CSS Codes

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

#d411af Text Font Color

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

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


#d411af Background Color

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

This div background color is #d411af


#d411af Border Color

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

This div border color is #d411af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d411af


Comments

No comments written yet.

Please login to write comment.