Color Hex Logo

#bb05de Color Hex

#BB05DE
(187,5,222)
0 Favorites   0 Comments

Color spaces of #bb05de

RGB 1875222
HSL0.810.960.45
HSV290°98°87°
CMYK 0.160.980.00   0.13
XYZ33.732615.947370.4075
Yxy15.94730.28090.1328
Hunter Lab39.934180.8956-76.5800
CIE-Lab46.905382.8597-64.4909

#bb05de color RGB value is (187,5,222).

#bb05de hex color red value is 187, green value is 5 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb05de hue: 0.81 , saturation: 0.96 and the lightness value of bb05de is 0.45.

The process color (four color CMYK) of #bb05de color hex is 0.16, 0.98, 0.00, 0.13. Web safe color of #bb05de is #cc00cc. Color #bb05de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000101 11011110
Octal 273 5 336
Decimal 187 5 222
Hex BB 5 DE

RGB Percentages of Color #bb05de

%45.17
%1.21
%53.62

CMYK Percentages of Color #bb05de

%16
%98
%0
%13

Triadic Colors of #bb05de

#bb05de #debb05 #05debb

Analogous Colors of #bb05de

#bb05de #de0595 #4e05de

Monochromatic Colors of #bb05de

#bb05de

Complementary Color

#bb05de #28de05

#bb05de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb05de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb05de Color CSS Codes

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

#bb05de Text Font Color

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

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


#bb05de Background Color

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

This div background color is #bb05de


#bb05de Border Color

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

This div border color is #bb05de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb05de


Comments

No comments written yet.

Please login to write comment.