Color Hex Logo

#bb7fe5 Color Hex

#BB7FE5
(187,127,229)
0 Favorites   0 Comments

Color spaces of #bb7fe5

RGB 187127229
HSL0.760.660.70
HSV275°45°90°
CMYK 0.180.450.00   0.10
XYZ42.225731.400777.9641
Yxy31.40070.27860.2071
Hunter Lab56.036336.4436-43.2655
CIE-Lab62.844441.6722-42.9879

#bb7fe5 color RGB value is (187,127,229).

#bb7fe5 hex color red value is 187, green value is 127 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bb7fe5 hue: 0.76 , saturation: 0.66 and the lightness value of bb7fe5 is 0.70.

The process color (four color CMYK) of #bb7fe5 color hex is 0.18, 0.45, 0.00, 0.10. Web safe color of #bb7fe5 is #cc66cc. Color #bb7fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111111 11100101
Octal 273 177 345
Decimal 187 127 229
Hex BB 7F E5

RGB Percentages of Color #bb7fe5

%34.44
%23.39
%42.17

CMYK Percentages of Color #bb7fe5

%18
%45
%0
%10

Triadic Colors of #bb7fe5

#bb7fe5 #e5bb7f #7fe5bb

Analogous Colors of #bb7fe5

#bb7fe5 #e57fdc #887fe5

Monochromatic Colors of #bb7fe5

#bb7fe5

Complementary Color

#bb7fe5 #a9e57f

#bb7fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7fe5 Color CSS Codes

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

#bb7fe5 Text Font Color

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

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


#bb7fe5 Background Color

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

This div background color is #bb7fe5


#bb7fe5 Border Color

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

This div border color is #bb7fe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,127,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 #bb7fe5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7fe5


Comments

No comments written yet.

Please login to write comment.