Color Hex Logo

#bd5dbf Color Hex

#BD5DBF
(189,93,191)
0 Favorites   0 Comments

Color spaces of #bd5dbf

RGB 18993191
HSL0.830.430.56
HSV299°51°75°
CMYK 0.010.510.00   0.25
XYZ34.304622.409151.8076
Yxy22.40910.31610.2065
Hunter Lab47.338346.5116-31.7510
CIE-Lab54.458452.2929-34.6577

#bd5dbf color RGB value is (189,93,191).

#bd5dbf hex color red value is 189, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd5dbf hue: 0.83 , saturation: 0.43 and the lightness value of bd5dbf is 0.56.

The process color (four color CMYK) of #bd5dbf color hex is 0.01, 0.51, 0.00, 0.25. Web safe color of #bd5dbf is #cc66cc. Color #bd5dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 10111111
Octal 275 135 277
Decimal 189 93 191
Hex BD 5D BF

RGB Percentages of Color #bd5dbf

%39.96
%19.66
%40.38

CMYK Percentages of Color #bd5dbf

%1
%51
%0
%25

Triadic Colors of #bd5dbf

#bd5dbf #bfbd5d #5dbfbd

Analogous Colors of #bd5dbf

#bd5dbf #bf5d90 #8c5dbf

Monochromatic Colors of #bd5dbf

#bd5dbf

Complementary Color

#bd5dbf #5fbf5d

#bd5dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5dbf Color CSS Codes

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

#bd5dbf Text Font Color

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

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


#bd5dbf Background Color

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

This div background color is #bd5dbf


#bd5dbf Border Color

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

This div border color is #bd5dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5dbf

#bd5dbf Color Palettes


Comments

No comments written yet.

Please login to write comment.