Color Hex Logo

#b61fbe Color Hex

#B61FBE
(182,31,190)
0 Favorites   0 Comments

Color spaces of #b61fbe

RGB 18231190
HSL0.820.720.43
HSV297°84°75°
CMYK 0.040.840.00   0.25
XYZ29.075714.642850.0091
Yxy14.64280.31020.1562
Hunter Lab38.265968.6648-50.6990
CIE-Lab45.141073.3608-48.8941

#b61fbe color RGB value is (182,31,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011111 10111110
Octal 266 37 276
Decimal 182 31 190
Hex B6 1F BE

RGB Percentages of Color #b61fbe

%45.16
%7.69
%47.15

CMYK Percentages of Color #b61fbe

%4
%84
%0
%25

Triadic Colors of #b61fbe

#b61fbe #beb61f #1fbeb6

Analogous Colors of #b61fbe

#b61fbe #be1f77 #671fbe

Monochromatic Colors of #b61fbe

#b61fbe

Complementary Color

#b61fbe #27be1f

#b61fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61fbe Color CSS Codes

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

#b61fbe Text Font Color

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

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


#b61fbe Background Color

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

This div background color is #b61fbe


#b61fbe Border Color

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

This div border color is #b61fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61fbe


Comments

No comments written yet.

Please login to write comment.