Color Hex Logo

#bb53be Color Hex

#BB53BE
(187,83,190)
0 Favorites   0 Comments

Color spaces of #bb53be

RGB 18783190
HSL0.830.450.54
HSV298°56°75°
CMYK 0.020.560.00   0.25
XYZ32.881020.469050.9331
Yxy20.46900.31530.1963
Hunter Lab45.242750.5537-35.0774
CIE-Lab52.363456.3290-37.3863

#bb53be color RGB value is (187,83,190).

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

The process color (four color CMYK) of #bb53be color hex is 0.02, 0.56, 0.00, 0.25. Web safe color of #bb53be is #cc66cc. Color #bb53be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 10111110
Octal 273 123 276
Decimal 187 83 190
Hex BB 53 BE

RGB Percentages of Color #bb53be

%40.65
%18.04
%41.30

CMYK Percentages of Color #bb53be

%2
%56
%0
%25

Triadic Colors of #bb53be

#bb53be #bebb53 #53bebb

Analogous Colors of #bb53be

#bb53be #be538c #8653be

Monochromatic Colors of #bb53be

#bb53be

Complementary Color

#bb53be #56be53

#bb53be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb53be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb53be Color CSS Codes

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

#bb53be Text Font Color

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

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


#bb53be Background Color

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

This div background color is #bb53be


#bb53be Border Color

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

This div border color is #bb53be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb53be


Comments

No comments written yet.

Please login to write comment.