Color Hex Logo

#bb17e5 Color Hex

#BB17E5
(187,23,229)
0 Favorites   0 Comments

Color spaces of #bb17e5

RGB 18723229
HSL0.800.820.49
HSV288°90°90°
CMYK 0.180.900.00   0.10
XYZ34.942816.834775.5365
Yxy16.83470.27450.1322
Hunter Lab41.030180.2147-80.4319
CIE-Lab48.051182.1047-66.6170

#bb17e5 color RGB value is (187,23,229).

#bb17e5 hex color red value is 187, green value is 23 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bb17e5 hue: 0.80 , saturation: 0.82 and the lightness value of bb17e5 is 0.49.

The process color (four color CMYK) of #bb17e5 color hex is 0.18, 0.90, 0.00, 0.10. Web safe color of #bb17e5 is #cc00cc. Color #bb17e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010111 11100101
Octal 273 27 345
Decimal 187 23 229
Hex BB 17 E5

RGB Percentages of Color #bb17e5

%42.60
%5.24
%52.16

CMYK Percentages of Color #bb17e5

%18
%90
%0
%10

Triadic Colors of #bb17e5

#bb17e5 #e5bb17 #17e5bb

Analogous Colors of #bb17e5

#bb17e5 #e517a8 #5417e5

Monochromatic Colors of #bb17e5

#bb17e5

Complementary Color

#bb17e5 #41e517

#bb17e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb17e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb17e5 Color CSS Codes

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

#bb17e5 Text Font Color

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

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


#bb17e5 Background Color

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

This div background color is #bb17e5


#bb17e5 Border Color

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

This div border color is #bb17e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb17e5


Comments

No comments written yet.

Please login to write comment.