Color Hex Logo

#d112bd Color Hex

#D112BD
(209,18,189)
0 Favorites   0 Comments

Color spaces of #d112bd

RGB 20918189
HSL0.850.840.45
HSV306°91°82°
CMYK 0.000.910.10   0.18
XYZ35.696117.662049.6718
Yxy17.66200.34650.1714
Hunter Lab42.026278.0681-40.6580
CIE-Lab49.083680.2100-41.7489

#d112bd color RGB value is (209,18,189).

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

The process color (four color CMYK) of #d112bd color hex is 0.00, 0.91, 0.10, 0.18. Web safe color of #d112bd is #cc00cc. Color #d112bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 10111101
Octal 321 22 275
Decimal 209 18 189
Hex D1 12 BD

RGB Percentages of Color #d112bd

%50.24
%4.33
%45.43

CMYK Percentages of Color #d112bd

%0
%91
%10
%18

Triadic Colors of #d112bd

#d112bd #bdd112 #12bdd1

Analogous Colors of #d112bd

#d112bd #d1125e #8612d1

Monochromatic Colors of #d112bd

#d112bd

Complementary Color

#d112bd #12d126

#d112bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d112bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d112bd Color CSS Codes

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

#d112bd Text Font Color

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

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


#d112bd Background Color

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

This div background color is #d112bd


#d112bd Border Color

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

This div border color is #d112bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d112bd


Comments

No comments written yet.

Please login to write comment.