Color Hex Logo

#b138be Color Hex

#B138BE
(177,56,190)
0 Favorites   0 Comments

Color spaces of #b138be

RGB 17756190
HSL0.820.540.48
HSV294°71°75°
CMYK 0.070.710.00   0.25
XYZ28.839915.893250.2629
Yxy15.89320.30360.1673
Hunter Lab39.866359.3638-46.8457
CIE-Lab46.834165.1500-46.2356

#b138be color RGB value is (177,56,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111000 10111110
Octal 261 70 276
Decimal 177 56 190
Hex B1 38 BE

RGB Percentages of Color #b138be

%41.84
%13.24
%44.92

CMYK Percentages of Color #b138be

%7
%71
%0
%25

Triadic Colors of #b138be

#b138be #beb138 #38beb1

Analogous Colors of #b138be

#b138be #be3888 #6e38be

Monochromatic Colors of #b138be

#b138be

Complementary Color

#b138be #45be38

#b138be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b138be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b138be Color CSS Codes

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

#b138be Text Font Color

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

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


#b138be Background Color

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

This div background color is #b138be


#b138be Border Color

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

This div border color is #b138be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b138be


Comments

No comments written yet.

Please login to write comment.