Color Hex Logo

#bd55be Color Hex

#BD55BE
(189,85,190)
0 Favorites   0 Comments

Color spaces of #bd55be

RGB 18985190
HSL0.830.450.54
HSV299°55°75°
CMYK 0.010.550.00   0.25
XYZ33.529021.033551.0079
Yxy21.03350.31760.1992
Hunter Lab45.862350.2387-33.8385
CIE-Lab52.986155.9355-36.3885

#bd55be color RGB value is (189,85,190).

#bd55be hex color red value is 189, green value is 85 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bd55be hue: 0.83 , saturation: 0.45 and the lightness value of bd55be is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 10111110
Octal 275 125 276
Decimal 189 85 190
Hex BD 55 BE

RGB Percentages of Color #bd55be

%40.73
%18.32
%40.95

CMYK Percentages of Color #bd55be

%1
%55
%0
%25

Triadic Colors of #bd55be

#bd55be #bebd55 #55bebd

Analogous Colors of #bd55be

#bd55be #be558b #8955be

Monochromatic Colors of #bd55be

#bd55be

Complementary Color

#bd55be #56be55

#bd55be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd55be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd55be Color CSS Codes

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

#bd55be Text Font Color

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

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


#bd55be Background Color

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

This div background color is #bd55be


#bd55be Border Color

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

This div border color is #bd55be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd55be


Comments

No comments written yet.

Please login to write comment.