Color Hex Logo

#bd5dde Color Hex

#BD5DDE
(189,93,222)
0 Favorites   0 Comments

Color spaces of #bd5dde

RGB 18993222
HSL0.790.660.62
HSV285°58°87°
CMYK 0.150.580.00   0.13
XYZ38.085423.921471.7172
Yxy23.92140.28480.1789
Hunter Lab48.909553.4047-52.7017
CIE-Lab56.009058.2345-49.8606

#bd5dde color RGB value is (189,93,222).

#bd5dde hex color red value is 189, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd5dde hue: 0.79 , saturation: 0.66 and the lightness value of bd5dde is 0.62.

The process color (four color CMYK) of #bd5dde color hex is 0.15, 0.58, 0.00, 0.13. Web safe color of #bd5dde is #cc66cc. Color #bd5dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 11011110
Octal 275 135 336
Decimal 189 93 222
Hex BD 5D DE

RGB Percentages of Color #bd5dde

%37.50
%18.45
%44.05

CMYK Percentages of Color #bd5dde

%15
%58
%0
%13

Triadic Colors of #bd5dde

#bd5dde #debd5d #5ddebd

Analogous Colors of #bd5dde

#bd5dde #de5dbf #7d5dde

Monochromatic Colors of #bd5dde

#bd5dde

Complementary Color

#bd5dde #7ede5d

#bd5dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5dde Color CSS Codes

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

#bd5dde Text Font Color

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

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


#bd5dde Background Color

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

This div background color is #bd5dde


#bd5dde Border Color

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

This div border color is #bd5dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5dde


Comments

No comments written yet.

Please login to write comment.