Color Hex Logo

#bb5dec Color Hex

#BB5DEC
(187,93,236)
0 Favorites   0 Comments

Color spaces of #bb5dec

RGB 18793236
HSL0.780.790.65
HSV279°61°93°
CMYK 0.210.610.00   0.07
XYZ39.548224.449681.9917
Yxy24.44960.27090.1675
Hunter Lab49.446556.2360-63.7014
CIE-Lab56.535260.6268-56.8955

#bb5dec color RGB value is (187,93,236).

#bb5dec hex color red value is 187, green value is 93 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bb5dec hue: 0.78 , saturation: 0.79 and the lightness value of bb5dec is 0.65.

The process color (four color CMYK) of #bb5dec color hex is 0.21, 0.61, 0.00, 0.07. Web safe color of #bb5dec is #cc66ff. Color #bb5dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011101 11101100
Octal 273 135 354
Decimal 187 93 236
Hex BB 5D EC

RGB Percentages of Color #bb5dec

%36.24
%18.02
%45.74

CMYK Percentages of Color #bb5dec

%21
%61
%0
%7

Triadic Colors of #bb5dec

#bb5dec #ecbb5d #5decbb

Analogous Colors of #bb5dec

#bb5dec #ec5dd6 #745dec

Monochromatic Colors of #bb5dec

#bb5dec

Complementary Color

#bb5dec #8eec5d

#bb5dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5dec Color CSS Codes

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

#bb5dec Text Font Color

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

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


#bb5dec Background Color

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

This div background color is #bb5dec


#bb5dec Border Color

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

This div border color is #bb5dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5dec


Comments

No comments written yet.

Please login to write comment.