Color Hex Logo

#bb26dd Color Hex

#BB26DD
(187,38,221)
0 Favorites   0 Comments

Color spaces of #bb26dd

RGB 18738221
HSL0.800.730.51
HSV289°83°87°
CMYK 0.150.830.00   0.13
XYZ34.237817.171569.9165
Yxy17.17150.28220.1415
Hunter Lab41.438574.9649-71.0292
CIE-Lab48.475477.8504-61.3808

#bb26dd color RGB value is (187,38,221).

#bb26dd hex color red value is 187, green value is 38 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bb26dd hue: 0.80 , saturation: 0.73 and the lightness value of bb26dd is 0.51.

The process color (four color CMYK) of #bb26dd color hex is 0.15, 0.83, 0.00, 0.13. Web safe color of #bb26dd is #cc33cc. Color #bb26dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100110 11011101
Octal 273 46 335
Decimal 187 38 221
Hex BB 26 DD

RGB Percentages of Color #bb26dd

%41.93
%8.52
%49.55

CMYK Percentages of Color #bb26dd

%15
%83
%0
%13

Triadic Colors of #bb26dd

#bb26dd #ddbb26 #26ddbb

Analogous Colors of #bb26dd

#bb26dd #dd26a4 #6026dd

Monochromatic Colors of #bb26dd

#bb26dd

Complementary Color

#bb26dd #48dd26

#bb26dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb26dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb26dd Color CSS Codes

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

#bb26dd Text Font Color

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

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


#bb26dd Background Color

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

This div background color is #bb26dd


#bb26dd Border Color

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

This div border color is #bb26dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb26dd


Comments

No comments written yet.

Please login to write comment.