Color Hex Logo

#d41fbb Color Hex

#D41FBB
(212,31,187)
0 Favorites   0 Comments

Color spaces of #d41fbb

RGB 21231187
HSL0.860.740.48
HSV308°85°83°
CMYK 0.000.850.12   0.17
XYZ36.611018.564948.6675
Yxy18.56490.35260.1788
Hunter Lab43.087076.2691-36.8082
CIE-Lab50.174278.5649-38.8237

#d41fbb color RGB value is (212,31,187).

#d41fbb hex color red value is 212, green value is 31 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d41fbb hue: 0.86 , saturation: 0.74 and the lightness value of d41fbb is 0.48.

The process color (four color CMYK) of #d41fbb color hex is 0.00, 0.85, 0.12, 0.17. Web safe color of #d41fbb is #cc33cc. Color #d41fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00011111 10111011
Octal 324 37 273
Decimal 212 31 187
Hex D4 1F BB

RGB Percentages of Color #d41fbb

%49.30
%7.21
%43.49

CMYK Percentages of Color #d41fbb

%0
%85
%12
%17

Triadic Colors of #d41fbb

#d41fbb #bbd41f #1fbbd4

Analogous Colors of #d41fbb

#d41fbb #d41f61 #931fd4

Monochromatic Colors of #d41fbb

#d41fbb

Complementary Color

#d41fbb #1fd438

#d41fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d41fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d41fbb Color CSS Codes

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

#d41fbb Text Font Color

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

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


#d41fbb Background Color

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

This div background color is #d41fbb


#d41fbb Border Color

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

This div border color is #d41fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d41fbb


Comments

No comments written yet.

Please login to write comment.