Color Hex Logo

#bd7db5 Color Hex

#BD7DB5
(189,125,181)
0 Favorites   0 Comments

Color spaces of #bd7db5

RGB 189125181
HSL0.850.330.62
HSV308°34°74°
CMYK 0.000.340.04   0.26
XYZ36.660428.822247.3471
Yxy28.82220.32490.2554
Hunter Lab53.686327.9400-14.7087
CIE-Lab60.624433.6846-19.4105

#bd7db5 color RGB value is (189,125,181).

#bd7db5 hex color red value is 189, green value is 125 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bd7db5 hue: 0.85 , saturation: 0.33 and the lightness value of bd7db5 is 0.62.

The process color (four color CMYK) of #bd7db5 color hex is 0.00, 0.34, 0.04, 0.26. Web safe color of #bd7db5 is #cc66cc. Color #bd7db5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111101 10110101
Octal 275 175 265
Decimal 189 125 181
Hex BD 7D B5

RGB Percentages of Color #bd7db5

%38.18
%25.25
%36.57

CMYK Percentages of Color #bd7db5

%0
%34
%4
%26

Triadic Colors of #bd7db5

#bd7db5 #b5bd7d #7db5bd

Analogous Colors of #bd7db5

#bd7db5 #bd7d95 #a57dbd

Monochromatic Colors of #bd7db5

#bd7db5

Complementary Color

#bd7db5 #7dbd85

#bd7db5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7db5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7db5 Color CSS Codes

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

#bd7db5 Text Font Color

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

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


#bd7db5 Background Color

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

This div background color is #bd7db5


#bd7db5 Border Color

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

This div border color is #bd7db5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7db5


Comments

No comments written yet.

Please login to write comment.