Color Hex Logo

#b81abd Color Hex

#B81ABD
(184,26,189)
0 Favorites   0 Comments

Color spaces of #b81abd

RGB 18426189
HSL0.830.760.42
HSV298°86°74°
CMYK 0.030.860.00   0.26
XYZ29.321914.603349.4174
Yxy14.60330.31410.1564
Hunter Lab38.214370.0885-49.9218
CIE-Lab45.086074.5462-48.3779

#b81abd color RGB value is (184,26,189).

#b81abd hex color red value is 184, green value is 26 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b81abd hue: 0.83 , saturation: 0.76 and the lightness value of b81abd is 0.42.

The process color (four color CMYK) of #b81abd color hex is 0.03, 0.86, 0.00, 0.26. Web safe color of #b81abd is #cc33cc. Color #b81abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011010 10111101
Octal 270 32 275
Decimal 184 26 189
Hex B8 1A BD

RGB Percentages of Color #b81abd

%46.12
%6.52
%47.37

CMYK Percentages of Color #b81abd

%3
%86
%0
%26

Triadic Colors of #b81abd

#b81abd #bdb81a #1abdb8

Analogous Colors of #b81abd

#b81abd #bd1a71 #671abd

Monochromatic Colors of #b81abd

#b81abd

Complementary Color

#b81abd #1fbd1a

#b81abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81abd Color CSS Codes

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

#b81abd Text Font Color

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

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


#b81abd Background Color

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

This div background color is #b81abd


#b81abd Border Color

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

This div border color is #b81abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81abd


Comments

No comments written yet.

Please login to write comment.