Color Hex Logo

#b130be Color Hex

#B130BE
(177,48,190)
0 Favorites   0 Comments

Color spaces of #b130be

RGB 17748190
HSL0.820.600.47
HSV295°75°75°
CMYK 0.070.750.00   0.25
XYZ28.482715.178750.1438
Yxy15.17870.30360.1618
Hunter Lab38.959962.3177-49.0381
CIE-Lab45.878067.8781-47.7618

#b130be color RGB value is (177,48,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110000 10111110
Octal 261 60 276
Decimal 177 48 190
Hex B1 30 BE

RGB Percentages of Color #b130be

%42.65
%11.57
%45.78

CMYK Percentages of Color #b130be

%7
%75
%0
%25

Triadic Colors of #b130be

#b130be #beb130 #30beb1

Analogous Colors of #b130be

#b130be #be3084 #6a30be

Monochromatic Colors of #b130be

#b130be

Complementary Color

#b130be #3dbe30

#b130be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b130be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b130be Color CSS Codes

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

#b130be Text Font Color

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

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


#b130be Background Color

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

This div background color is #b130be


#b130be Border Color

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

This div border color is #b130be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b130be


Comments

No comments written yet.

Please login to write comment.