Color Hex Logo

#bb70ef Color Hex

#BB70EF
(187,112,239)
0 Favorites   0 Comments

Color spaces of #bb70ef

RGB 187112239
HSL0.770.800.69
HSV275°53°94°
CMYK 0.220.530.00   0.06
XYZ41.867728.385184.9336
Yxy28.38510.26980.1829
Hunter Lab53.277747.0364-57.2239
CIE-Lab60.235151.8383-52.6670

#bb70ef color RGB value is (187,112,239).

#bb70ef hex color red value is 187, green value is 112 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bb70ef hue: 0.77 , saturation: 0.80 and the lightness value of bb70ef is 0.69.

The process color (four color CMYK) of #bb70ef color hex is 0.22, 0.53, 0.00, 0.06. Web safe color of #bb70ef is #cc66ff. Color #bb70ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110000 11101111
Octal 273 160 357
Decimal 187 112 239
Hex BB 70 EF

RGB Percentages of Color #bb70ef

%34.76
%20.82
%44.42

CMYK Percentages of Color #bb70ef

%22
%53
%0
%6

Triadic Colors of #bb70ef

#bb70ef #efbb70 #70efbb

Analogous Colors of #bb70ef

#bb70ef #ef70e4 #7c70ef

Monochromatic Colors of #bb70ef

#bb70ef

Complementary Color

#bb70ef #a4ef70

#bb70ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb70ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb70ef Color CSS Codes

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

#bb70ef Text Font Color

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

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


#bb70ef Background Color

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

This div background color is #bb70ef


#bb70ef Border Color

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

This div border color is #bb70ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb70ef


Comments

No comments written yet.

Please login to write comment.