Color Hex Logo

#b80bbe Color Hex

#B80BBE
(184,11,190)
0 Favorites   0 Comments

Color spaces of #b80bbe

RGB 18411190
HSL0.830.890.39
HSV298°94°75°
CMYK 0.030.940.00   0.25
XYZ29.181114.147449.9079
Yxy14.14740.31300.1517
Hunter Lab37.613072.6618-52.3415
CIE-Lab44.443676.7736-49.9924

#b80bbe color RGB value is (184,11,190).

#b80bbe hex color red value is 184, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b80bbe hue: 0.83 , saturation: 0.89 and the lightness value of b80bbe is 0.39.

The process color (four color CMYK) of #b80bbe color hex is 0.03, 0.94, 0.00, 0.25. Web safe color of #b80bbe is #cc00cc. Color #b80bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001011 10111110
Octal 270 13 276
Decimal 184 11 190
Hex B8 B BE

RGB Percentages of Color #b80bbe

%47.79
%2.86
%49.35

CMYK Percentages of Color #b80bbe

%3
%94
%0
%25

Triadic Colors of #b80bbe

#b80bbe #beb80b #0bbeb8

Analogous Colors of #b80bbe

#b80bbe #be0b6b #5f0bbe

Monochromatic Colors of #b80bbe

#b80bbe

Complementary Color

#b80bbe #11be0b

#b80bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80bbe Color CSS Codes

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

#b80bbe Text Font Color

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

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


#b80bbe Background Color

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

This div background color is #b80bbe


#b80bbe Border Color

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

This div border color is #b80bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,11,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b80bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b80bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #b80bbe;
  box-shadow:         1px 1px 3px 2px #b80bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,11,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80bbe


Comments

No comments written yet.

Please login to write comment.