Color Hex Logo

#d092bd Color Hex

#D092BD
(208,146,189)
0 Favorites   0 Comments

Color spaces of #d092bd

RGB 208146189
HSL0.880.400.69
HSV318°30°82°
CMYK 0.000.300.09   0.18
XYZ45.476637.641853.0128
Yxy37.64180.33410.2765
Hunter Lab61.352924.9419-8.2833
CIE-Lab67.755830.0525-12.9327

#d092bd color RGB value is (208,146,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010010 10111101
Octal 320 222 275
Decimal 208 146 189
Hex D0 92 BD

RGB Percentages of Color #d092bd

%38.31
%26.89
%34.81

CMYK Percentages of Color #d092bd

%0
%30
%9
%18

Triadic Colors of #d092bd

#d092bd #bdd092 #92bdd0

Analogous Colors of #d092bd

#d092bd #d0929e #c492d0

Monochromatic Colors of #d092bd

#d092bd

Complementary Color

#d092bd #92d0a5

#d092bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d092bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d092bd Color CSS Codes

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

#d092bd Text Font Color

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

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


#d092bd Background Color

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

This div background color is #d092bd


#d092bd Border Color

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

This div border color is #d092bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d092bd


Comments

No comments written yet.

Please login to write comment.