Color Hex Logo

#bb17be Color Hex

#BB17BE
(187,23,190)
0 Favorites   0 Comments

Color spaces of #bb17be

RGB 18723190
HSL0.830.780.42
HSV299°88°75°
CMYK 0.020.880.00   0.25
XYZ30.094214.895350.0041
Yxy14.89530.31680.1568
Hunter Lab38.594471.6460-49.8018
CIE-Lab45.490575.7433-48.2864

#bb17be color RGB value is (187,23,190).

#bb17be hex color red value is 187, green value is 23 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bb17be hue: 0.83 , saturation: 0.78 and the lightness value of bb17be is 0.42.

The process color (four color CMYK) of #bb17be color hex is 0.02, 0.88, 0.00, 0.25. Web safe color of #bb17be is #cc00cc. Color #bb17be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010111 10111110
Octal 273 27 276
Decimal 187 23 190
Hex BB 17 BE

RGB Percentages of Color #bb17be

%46.75
%5.75
%47.50

CMYK Percentages of Color #bb17be

%2
%88
%0
%25

Triadic Colors of #bb17be

#bb17be #bebb17 #17bebb

Analogous Colors of #bb17be

#bb17be #be176e #6817be

Monochromatic Colors of #bb17be

#bb17be

Complementary Color

#bb17be #1abe17

#bb17be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb17be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb17be Color CSS Codes

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

#bb17be Text Font Color

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

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


#bb17be Background Color

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

This div background color is #bb17be


#bb17be Border Color

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

This div border color is #bb17be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb17be


Comments

No comments written yet.

Please login to write comment.