Color Hex Logo

#d41397 Color Hex

#D41397
(212,19,151)
0 Favorites   0 Comments

Color spaces of #d41397

RGB 21219151
HSL0.890.840.45
HSV319°91°83°
CMYK 0.000.910.29   0.17
XYZ32.970216.697230.7633
Yxy16.69720.40990.2076
Hunter Lab40.862272.5162-16.0332
CIE-Lab47.876275.9873-21.1050

#d41397 color RGB value is (212,19,151).

#d41397 hex color red value is 212, green value is 19 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d41397 hue: 0.89 , saturation: 0.84 and the lightness value of d41397 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00010011 10010111
Octal 324 23 227
Decimal 212 19 151
Hex D4 13 97

RGB Percentages of Color #d41397

%55.50
%4.97
%39.53

CMYK Percentages of Color #d41397

%0
%91
%29
%17

Triadic Colors of #d41397

#d41397 #97d413 #1397d4

Analogous Colors of #d41397

#d41397 #d41336 #b113d4

Monochromatic Colors of #d41397

#d41397

Complementary Color

#d41397 #13d450

#d41397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41397 Color CSS Codes

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

#d41397 Text Font Color

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

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


#d41397 Background Color

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

This div background color is #d41397


#d41397 Border Color

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

This div border color is #d41397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41397


Comments

No comments written yet.

Please login to write comment.