Color Hex Logo

#bb38bf Color Hex

#BB38BF
(187,56,191)
0 Favorites   0 Comments

Color spaces of #bb38bf

RGB 18756191
HSL0.830.550.48
HSV298°71°75°
CMYK 0.020.710.00   0.25
XYZ31.311717.154750.9511
Yxy17.15470.31500.1726
Hunter Lab41.418262.4620-43.9435
CIE-Lab48.454467.5029-44.1443

#bb38bf color RGB value is (187,56,191).

#bb38bf hex color red value is 187, green value is 56 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb38bf hue: 0.83 , saturation: 0.55 and the lightness value of bb38bf is 0.48.

The process color (four color CMYK) of #bb38bf color hex is 0.02, 0.71, 0.00, 0.25. Web safe color of #bb38bf is #cc33cc. Color #bb38bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 10111111
Octal 273 70 277
Decimal 187 56 191
Hex BB 38 BF

RGB Percentages of Color #bb38bf

%43.09
%12.90
%44.01

CMYK Percentages of Color #bb38bf

%2
%71
%0
%25

Triadic Colors of #bb38bf

#bb38bf #bfbb38 #38bfbb

Analogous Colors of #bb38bf

#bb38bf #bf3880 #7838bf

Monochromatic Colors of #bb38bf

#bb38bf

Complementary Color

#bb38bf #3cbf38

#bb38bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb38bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb38bf Color CSS Codes

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

#bb38bf Text Font Color

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

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


#bb38bf Background Color

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

This div background color is #bb38bf


#bb38bf Border Color

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

This div border color is #bb38bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb38bf


Comments

No comments written yet.

Please login to write comment.