Color Hex Logo

#d091bd Color Hex

#D091BD
(208,145,189)
0 Favorites   0 Comments

Color spaces of #d091bd

RGB 208145189
HSL0.880.400.69
HSV318°30°82°
CMYK 0.000.300.09   0.18
XYZ45.323137.334852.9617
Yxy37.33480.33420.2753
Hunter Lab61.102225.4751-8.6194
CIE-Lab67.527530.5962-13.2758

#d091bd color RGB value is (208,145,189).

#d091bd hex color red value is 208, green value is 145 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d091bd hue: 0.88 , saturation: 0.40 and the lightness value of d091bd is 0.69.

The process color (four color CMYK) of #d091bd color hex is 0.00, 0.30, 0.09, 0.18. Web safe color of #d091bd is #cc99cc. Color #d091bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010001 10111101
Octal 320 221 275
Decimal 208 145 189
Hex D0 91 BD

RGB Percentages of Color #d091bd

%38.38
%26.75
%34.87

CMYK Percentages of Color #d091bd

%0
%30
%9
%18

Triadic Colors of #d091bd

#d091bd #bdd091 #91bdd0

Analogous Colors of #d091bd

#d091bd #d0919e #c491d0

Monochromatic Colors of #d091bd

#d091bd

Complementary Color

#d091bd #91d0a4

#d091bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d091bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d091bd Color CSS Codes

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

#d091bd Text Font Color

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

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


#d091bd Background Color

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

This div background color is #d091bd


#d091bd Border Color

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

This div border color is #d091bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d091bd


Comments

No comments written yet.

Please login to write comment.