Color Hex Logo

#bb82ea Color Hex

#BB82EA
(187,130,234)
0 Favorites   0 Comments

Color spaces of #bb82ea

RGB 187130234
HSL0.760.710.71
HSV273°44°92°
CMYK 0.200.440.00   0.08
XYZ43.327432.470681.8257
Yxy32.47060.27490.2060
Hunter Lab56.983036.0035-45.2504
CIE-Lab63.729941.1450-44.3678

#bb82ea color RGB value is (187,130,234).

#bb82ea hex color red value is 187, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bb82ea hue: 0.76 , saturation: 0.71 and the lightness value of bb82ea is 0.71.

The process color (four color CMYK) of #bb82ea color hex is 0.20, 0.44, 0.00, 0.08. Web safe color of #bb82ea is #cc99ff. Color #bb82ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000010 11101010
Octal 273 202 352
Decimal 187 130 234
Hex BB 82 EA

RGB Percentages of Color #bb82ea

%33.94
%23.59
%42.47

CMYK Percentages of Color #bb82ea

%20
%44
%0
%8

Triadic Colors of #bb82ea

#bb82ea #eabb82 #82eabb

Analogous Colors of #bb82ea

#bb82ea #ea82e5 #8782ea

Monochromatic Colors of #bb82ea

#bb82ea

Complementary Color

#bb82ea #b1ea82

#bb82ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb82ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb82ea Color CSS Codes

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

#bb82ea Text Font Color

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

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


#bb82ea Background Color

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

This div background color is #bb82ea


#bb82ea Border Color

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

This div border color is #bb82ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb82ea


Comments

No comments written yet.

Please login to write comment.