Color Hex Logo

#bb70ec Color Hex

#BB70EC
(187,112,236)
0 Favorites   0 Comments

Color spaces of #bb70ec

RGB 187112236
HSL0.770.770.68
HSV276°53°93°
CMYK 0.210.530.00   0.07
XYZ41.428028.209382.6183
Yxy28.20930.27210.1853
Hunter Lab53.112446.2843-55.0490
CIE-Lab60.077451.1816-51.2506

#bb70ec color RGB value is (187,112,236).

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

The process color (four color CMYK) of #bb70ec color hex is 0.21, 0.53, 0.00, 0.07. Web safe color of #bb70ec is #cc66ff. Color #bb70ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110000 11101100
Octal 273 160 354
Decimal 187 112 236
Hex BB 70 EC

RGB Percentages of Color #bb70ec

%34.95
%20.93
%44.11

CMYK Percentages of Color #bb70ec

%21
%53
%0
%7

Triadic Colors of #bb70ec

#bb70ec #ecbb70 #70ecbb

Analogous Colors of #bb70ec

#bb70ec #ec70df #7d70ec

Monochromatic Colors of #bb70ec

#bb70ec

Complementary Color

#bb70ec #a1ec70

#bb70ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb70ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb70ec Color CSS Codes

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

#bb70ec Text Font Color

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

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


#bb70ec Background Color

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

This div background color is #bb70ec


#bb70ec Border Color

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

This div border color is #bb70ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb70ec


Comments

No comments written yet.

Please login to write comment.