Color Hex Logo

#bb24ff Color Hex

#BB24FF
(187,36,255)
0 Favorites   0 Comments

Color spaces of #bb24ff

RGB 18736255
HSL0.781.000.57
HSV281°86°100°
CMYK 0.270.860.00   0.00
XYZ39.174419.046596.2194
Yxy19.04650.25370.1233
Hunter Lab43.642383.8520-100.1687
CIE-Lab50.741684.4194-76.8530

#bb24ff color RGB value is (187,36,255).

#bb24ff hex color red value is 187, green value is 36 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb24ff hue: 0.78 , saturation: 1.00 and the lightness value of bb24ff is 0.57.

The process color (four color CMYK) of #bb24ff color hex is 0.27, 0.86, 0.00, 0.00. Web safe color of #bb24ff is #cc33ff. Color #bb24ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 11111111
Octal 273 44 377
Decimal 187 36 255
Hex BB 24 FF

RGB Percentages of Color #bb24ff

%39.12
%7.53
%53.35

CMYK Percentages of Color #bb24ff

%27
%86
%0
%0

Triadic Colors of #bb24ff

#bb24ff #ffbb24 #24ffbb

Analogous Colors of #bb24ff

#bb24ff #ff24d6 #4e24ff

Monochromatic Colors of #bb24ff

#bb24ff

Complementary Color

#bb24ff #68ff24

#bb24ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb24ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb24ff Color CSS Codes

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

#bb24ff Text Font Color

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

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


#bb24ff Background Color

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

This div background color is #bb24ff


#bb24ff Border Color

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

This div border color is #bb24ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb24ff

Related Colors


Comments

No comments written yet.

Please login to write comment.