Color Hex Logo

#b813ba Color Hex

#B813BA
(184,19,186)
0 Favorites   0 Comments

Color spaces of #b813ba

RGB 18419186
HSL0.830.810.40
HSV299°90°73°
CMYK 0.010.900.00   0.27
XYZ28.863014.201347.6742
Yxy14.20130.31810.1565
Hunter Lab37.684670.7668-48.6276
CIE-Lab44.520275.2130-47.5244

#b813ba color RGB value is (184,19,186).

#b813ba hex color red value is 184, green value is 19 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b813ba hue: 0.83 , saturation: 0.81 and the lightness value of b813ba is 0.40.

The process color (four color CMYK) of #b813ba color hex is 0.01, 0.90, 0.00, 0.27. Web safe color of #b813ba is #cc00cc. Color #b813ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 10111010
Octal 270 23 272
Decimal 184 19 186
Hex B8 13 BA

RGB Percentages of Color #b813ba

%47.30
%4.88
%47.81

CMYK Percentages of Color #b813ba

%1
%90
%0
%27

Triadic Colors of #b813ba

#b813ba #bab813 #13bab8

Analogous Colors of #b813ba

#b813ba #ba1369 #6513ba

Monochromatic Colors of #b813ba

#b813ba

Complementary Color

#b813ba #15ba13

#b813ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b813ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b813ba Color CSS Codes

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

#b813ba Text Font Color

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

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


#b813ba Background Color

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

This div background color is #b813ba


#b813ba Border Color

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

This div border color is #b813ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b813ba


Comments

No comments written yet.

Please login to write comment.