Color Hex Logo

#bb83e4 Color Hex

#BB83E4
(187,131,228)
0 Favorites   0 Comments

Color spaces of #bb83e4

RGB 187131228
HSL0.760.640.70
HSV275°43°89°
CMYK 0.180.430.00   0.11
XYZ42.613432.398877.4064
Yxy32.39880.27960.2126
Hunter Lab56.919934.0250-40.7855
CIE-Lab63.671139.2730-41.1349

#bb83e4 color RGB value is (187,131,228).

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

The process color (four color CMYK) of #bb83e4 color hex is 0.18, 0.43, 0.00, 0.11. Web safe color of #bb83e4 is #cc99cc. Color #bb83e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 11100100
Octal 273 203 344
Decimal 187 131 228
Hex BB 83 E4

RGB Percentages of Color #bb83e4

%34.25
%23.99
%41.76

CMYK Percentages of Color #bb83e4

%18
%43
%0
%11

Triadic Colors of #bb83e4

#bb83e4 #e4bb83 #83e4bb

Analogous Colors of #bb83e4

#bb83e4 #e483dd #8b83e4

Monochromatic Colors of #bb83e4

#bb83e4

Complementary Color

#bb83e4 #ace483

#bb83e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb83e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb83e4 Color CSS Codes

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

#bb83e4 Text Font Color

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

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


#bb83e4 Background Color

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

This div background color is #bb83e4


#bb83e4 Border Color

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

This div border color is #bb83e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb83e4


Comments

No comments written yet.

Please login to write comment.