Color Hex Logo

#b136be Color Hex

#B136BE
(177,54,190)
0 Favorites   0 Comments

Color spaces of #b136be

RGB 17754190
HSL0.820.560.48
HSV294°72°75°
CMYK 0.070.720.00   0.25
XYZ28.744915.703250.2312
Yxy15.70320.30360.1659
Hunter Lab39.627360.1330-47.4164
CIE-Lab46.582765.8643-46.6366

#b136be color RGB value is (177,54,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110110 10111110
Octal 261 66 276
Decimal 177 54 190
Hex B1 36 BE

RGB Percentages of Color #b136be

%42.04
%12.83
%45.13

CMYK Percentages of Color #b136be

%7
%72
%0
%25

Triadic Colors of #b136be

#b136be #beb136 #36beb1

Analogous Colors of #b136be

#b136be #be3687 #6d36be

Monochromatic Colors of #b136be

#b136be

Complementary Color

#b136be #43be36

#b136be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b136be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b136be Color CSS Codes

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

#b136be Text Font Color

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

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


#b136be Background Color

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

This div background color is #b136be


#b136be Border Color

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

This div border color is #b136be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b136be


Comments

No comments written yet.

Please login to write comment.