Color Hex Logo

#bb24da Color Hex

#BB24DA
(187,36,218)
0 Favorites   0 Comments

Color spaces of #bb24da

RGB 18736218
HSL0.800.720.50
HSV290°83°85°
CMYK 0.140.830.00   0.15
XYZ33.779316.888567.8091
Yxy16.88850.28510.1425
Hunter Lab41.095674.8040-69.0635
CIE-Lab48.119277.7904-60.2436

#bb24da color RGB value is (187,36,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 11011010
Octal 273 44 332
Decimal 187 36 218
Hex BB 24 DA

RGB Percentages of Color #bb24da

%42.40
%8.16
%49.43

CMYK Percentages of Color #bb24da

%14
%83
%0
%15

Triadic Colors of #bb24da

#bb24da #dabb24 #24dabb

Analogous Colors of #bb24da

#bb24da #da249e #6024da

Monochromatic Colors of #bb24da

#bb24da

Complementary Color

#bb24da #43da24

#bb24da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb24da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb24da Color CSS Codes

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

#bb24da Text Font Color

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

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


#bb24da Background Color

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

This div background color is #bb24da


#bb24da Border Color

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

This div border color is #bb24da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb24da


Comments

No comments written yet.

Please login to write comment.