Color Hex Logo

#d11fbd Color Hex

#D11FBD
(209,31,189)
0 Favorites   0 Comments

Color spaces of #d11fbd

RGB 20931189
HSL0.850.740.47
HSV307°85°82°
CMYK 0.000.850.10   0.18
XYZ35.969818.209449.7631
Yxy18.20940.34610.1752
Hunter Lab42.672575.7857-39.2711
CIE-Lab49.749178.2609-40.6956

#d11fbd color RGB value is (209,31,189).

#d11fbd hex color red value is 209, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d11fbd hue: 0.85 , saturation: 0.74 and the lightness value of d11fbd is 0.47.

The process color (four color CMYK) of #d11fbd color hex is 0.00, 0.85, 0.10, 0.18. Web safe color of #d11fbd is #cc33cc. Color #d11fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011111 10111101
Octal 321 37 275
Decimal 209 31 189
Hex D1 1F BD

RGB Percentages of Color #d11fbd

%48.72
%7.23
%44.06

CMYK Percentages of Color #d11fbd

%0
%85
%10
%18

Triadic Colors of #d11fbd

#d11fbd #bdd11f #1fbdd1

Analogous Colors of #d11fbd

#d11fbd #d11f64 #8c1fd1

Monochromatic Colors of #d11fbd

#d11fbd

Complementary Color

#d11fbd #1fd133

#d11fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11fbd Color CSS Codes

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

#d11fbd Text Font Color

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

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


#d11fbd Background Color

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

This div background color is #d11fbd


#d11fbd Border Color

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

This div border color is #d11fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11fbd


Comments

No comments written yet.

Please login to write comment.