Color Hex Logo

#b130bf Color Hex

#B130BF
(177,48,191)
0 Favorites   0 Comments

Color spaces of #b130bf

RGB 17748191
HSL0.820.600.47
HSV294°75°75°
CMYK 0.070.750.00   0.25
XYZ28.592415.222650.7215
Yxy15.22260.30240.1610
Hunter Lab39.016262.5328-49.7665
CIE-Lab45.937668.0502-48.2500

#b130bf color RGB value is (177,48,191).

#b130bf hex color red value is 177, green value is 48 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b130bf hue: 0.82 , saturation: 0.60 and the lightness value of b130bf is 0.47.

The process color (four color CMYK) of #b130bf color hex is 0.07, 0.75, 0.00, 0.25. Web safe color of #b130bf is #9933cc. Color #b130bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110000 10111111
Octal 261 60 277
Decimal 177 48 191
Hex B1 30 BF

RGB Percentages of Color #b130bf

%42.55
%11.54
%45.91

CMYK Percentages of Color #b130bf

%7
%75
%0
%25

Triadic Colors of #b130bf

#b130bf #bfb130 #30bfb1

Analogous Colors of #b130bf

#b130bf #bf3086 #6a30bf

Monochromatic Colors of #b130bf

#b130bf

Complementary Color

#b130bf #3ebf30

#b130bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b130bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b130bf Color CSS Codes

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

#b130bf Text Font Color

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

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


#b130bf Background Color

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

This div background color is #b130bf


#b130bf Border Color

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

This div border color is #b130bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,48,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b130bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b130bf;
  -webkit-box-shadow: 1px 1px 3px 2px #b130bf;
  box-shadow:         1px 1px 3px 2px #b130bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,48,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b130bf


Comments

No comments written yet.

Please login to write comment.