Color Hex Logo

#b61fbd Color Hex

#B61FBD
(182,31,189)
0 Favorites   0 Comments

Color spaces of #b61fbd

RGB 18231189
HSL0.830.720.43
HSV297°84°74°
CMYK 0.040.840.00   0.26
XYZ28.966714.599249.4353
Yxy14.59920.31150.1570
Hunter Lab38.208968.4578-49.9641
CIE-Lab45.080373.2011-48.4063

#b61fbd color RGB value is (182,31,189).

#b61fbd hex color red value is 182, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b61fbd hue: 0.83 , saturation: 0.72 and the lightness value of b61fbd is 0.43.

The process color (four color CMYK) of #b61fbd color hex is 0.04, 0.84, 0.00, 0.26. Web safe color of #b61fbd is #cc33cc. Color #b61fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011111 10111101
Octal 266 37 275
Decimal 182 31 189
Hex B6 1F BD

RGB Percentages of Color #b61fbd

%45.27
%7.71
%47.01

CMYK Percentages of Color #b61fbd

%4
%84
%0
%26

Triadic Colors of #b61fbd

#b61fbd #bdb61f #1fbdb6

Analogous Colors of #b61fbd

#b61fbd #bd1f75 #671fbd

Monochromatic Colors of #b61fbd

#b61fbd

Complementary Color

#b61fbd #26bd1f

#b61fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61fbd Color CSS Codes

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

#b61fbd Text Font Color

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

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


#b61fbd Background Color

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

This div background color is #b61fbd


#b61fbd Border Color

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

This div border color is #b61fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61fbd


Comments

No comments written yet.

Please login to write comment.