Color Hex Logo

#bb24ee Color Hex

#BB24EE
(187,36,238)
0 Favorites   0 Comments

Color spaces of #bb24ee

RGB 18736238
HSL0.790.860.54
HSV285°85°93°
CMYK 0.210.850.00   0.07
XYZ36.557017.999682.4364
Yxy17.99960.26690.1314
Hunter Lab42.425979.5621-85.5062
CIE-Lab49.495681.3110-69.3610

#bb24ee color RGB value is (187,36,238).

#bb24ee hex color red value is 187, green value is 36 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bb24ee hue: 0.79 , saturation: 0.86 and the lightness value of bb24ee is 0.54.

The process color (four color CMYK) of #bb24ee color hex is 0.21, 0.85, 0.00, 0.07. Web safe color of #bb24ee is #cc33ff. Color #bb24ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 11101110
Octal 273 44 356
Decimal 187 36 238
Hex BB 24 EE

RGB Percentages of Color #bb24ee

%40.56
%7.81
%51.63

CMYK Percentages of Color #bb24ee

%21
%85
%0
%7

Triadic Colors of #bb24ee

#bb24ee #eebb24 #24eebb

Analogous Colors of #bb24ee

#bb24ee #ee24bc #5624ee

Monochromatic Colors of #bb24ee

#bb24ee

Complementary Color

#bb24ee #57ee24

#bb24ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb24ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb24ee Color CSS Codes

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

#bb24ee Text Font Color

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

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


#bb24ee Background Color

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

This div background color is #bb24ee


#bb24ee Border Color

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

This div border color is #bb24ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb24ee


Comments

No comments written yet.

Please login to write comment.