Color Hex Logo

#d40fbb Color Hex

#D40FBB
(212,15,187)
0 Favorites   0 Comments

Color spaces of #d40fbb

RGB 21215187
HSL0.850.870.45
HSV308°93°83°
CMYK 0.000.930.12   0.17
XYZ36.291817.926648.5611
Yxy17.92660.35310.1744
Hunter Lab42.339878.9076-38.3640
CIE-Lab49.407080.8117-40.0351

#d40fbb color RGB value is (212,15,187).

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

The process color (four color CMYK) of #d40fbb color hex is 0.00, 0.93, 0.12, 0.17. Web safe color of #d40fbb is #cc00cc. Color #d40fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001111 10111011
Octal 324 17 273
Decimal 212 15 187
Hex D4 F BB

RGB Percentages of Color #d40fbb

%51.21
%3.62
%45.17

CMYK Percentages of Color #d40fbb

%0
%93
%12
%17

Triadic Colors of #d40fbb

#d40fbb #bbd40f #0fbbd4

Analogous Colors of #d40fbb

#d40fbb #d40f58 #8b0fd4

Monochromatic Colors of #d40fbb

#d40fbb

Complementary Color

#d40fbb #0fd428

#d40fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d40fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d40fbb Color CSS Codes

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

#d40fbb Text Font Color

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

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


#d40fbb Background Color

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

This div background color is #d40fbb


#d40fbb Border Color

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

This div border color is #d40fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,15,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 #d40fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d40fbb


Comments

No comments written yet.

Please login to write comment.