Color Hex Logo

#bb73ea Color Hex

#BB73EA
(187,115,234)
0 Favorites   0 Comments

Color spaces of #bb73ea

RGB 187115234
HSL0.770.740.68
HSV276°51°92°
CMYK 0.200.510.00   0.08
XYZ41.475528.766881.2084
Yxy28.76680.27390.1899
Hunter Lab53.634744.1727-52.2268
CIE-Lab60.575349.1803-49.3485

#bb73ea color RGB value is (187,115,234).

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

The process color (four color CMYK) of #bb73ea color hex is 0.20, 0.51, 0.00, 0.08. Web safe color of #bb73ea is #cc66ff. Color #bb73ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 11101010
Octal 273 163 352
Decimal 187 115 234
Hex BB 73 EA

RGB Percentages of Color #bb73ea

%34.89
%21.46
%43.66

CMYK Percentages of Color #bb73ea

%20
%51
%0
%8

Triadic Colors of #bb73ea

#bb73ea #eabb73 #73eabb

Analogous Colors of #bb73ea

#bb73ea #ea73de #8073ea

Monochromatic Colors of #bb73ea

#bb73ea

Complementary Color

#bb73ea #a2ea73

#bb73ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb73ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb73ea Color CSS Codes

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

#bb73ea Text Font Color

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

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


#bb73ea Background Color

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

This div background color is #bb73ea


#bb73ea Border Color

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

This div border color is #bb73ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb73ea


Comments

No comments written yet.

Please login to write comment.