color codes Logo

#b80ebb color codes

#B80EBB
(184,14,187)
0 Favorites   0 Comments

Color spaces of #b80ebb

RGB 18414187
HSL0.830.860.39
HSV299°93°73°
CMYK 0.020.930.00   0.27
XYZ28.893814.092348.2109
Yxy14.09230.31680.1545
Hunter Lab37.539771.6945-49.8662
CIE-Lab44.365076.0016-48.3599

#b80ebb color RGB value is (184,14,187).

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

The process color (four color CMYK) of #b80ebb color code is 0.02, 0.93, 0.00, 0.27. Web safe color of #b80ebb is #cc00cc. Color #b80ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001110 10111011
Octal 270 16 273
Decimal 184 14 187
Hex B8 E BB

RGB Percentages of Color #b80ebb

%47.79
%3.64
%48.57

CMYK Percentages of Color #b80ebb

%2
%93
%0
%27

Triadic Colors of #b80ebb

#b80ebb #bbb80e #0ebbb8

Analogous Colors of #b80ebb

#b80ebb #bb0e68 #610ebb

Monochromatic Colors of #b80ebb

#b80ebb

Complementary Color

#b80ebb #11bb0e

#b80ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ebb Color CSS Codes

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

#b80ebb Text Font Color

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

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


#b80ebb Background Color

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

This div background color is #b80ebb


#b80ebb Border Color

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

This div border color is #b80ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ebb


Comments

No comments written yet.

Please login to write comment.