Color Hex Logo

#bb13ed Color Hex

#BB13ED
(187,19,237)
0 Favorites   0 Comments

Color spaces of #bb13ed

RGB 18719237
HSL0.800.860.50
HSV286°92°93°
CMYK 0.210.920.00   0.07
XYZ36.012517.145081.5320
Yxy17.14500.26740.1273
Hunter Lab41.406582.7854-87.7611
CIE-Lab48.442284.0371-70.5081

#bb13ed color RGB value is (187,19,237).

#bb13ed hex color red value is 187, green value is 19 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bb13ed hue: 0.80 , saturation: 0.86 and the lightness value of bb13ed is 0.50.

The process color (four color CMYK) of #bb13ed color hex is 0.21, 0.92, 0.00, 0.07. Web safe color of #bb13ed is #cc00ff. Color #bb13ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010011 11101101
Octal 273 23 355
Decimal 187 19 237
Hex BB 13 ED

RGB Percentages of Color #bb13ed

%42.21
%4.29
%53.50

CMYK Percentages of Color #bb13ed

%21
%92
%0
%7

Triadic Colors of #bb13ed

#bb13ed #edbb13 #13edbb

Analogous Colors of #bb13ed

#bb13ed #ed13b2 #4e13ed

Monochromatic Colors of #bb13ed

#bb13ed

Complementary Color

#bb13ed #45ed13

#bb13ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb13ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb13ed Color CSS Codes

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

#bb13ed Text Font Color

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

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


#bb13ed Background Color

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

This div background color is #bb13ed


#bb13ed Border Color

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

This div border color is #bb13ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb13ed


Comments

No comments written yet.

Please login to write comment.