Color Hex Logo

#b138fe Color Hex

#B138FE
(177,56,254)
0 Favorites   0 Comments

Color spaces of #b138fe

RGB 17756254
HSL0.770.990.61
HSV277°78°100°
CMYK 0.300.780.00   0.00
XYZ37.435019.331295.5242
Yxy19.33120.24580.1269
Hunter Lab43.967375.0374-98.0376
CIE-Lab51.072577.4023-75.8192

#b138fe color RGB value is (177,56,254).

#b138fe hex color red value is 177, green value is 56 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b138fe hue: 0.77 , saturation: 0.99 and the lightness value of b138fe is 0.61.

The process color (four color CMYK) of #b138fe color hex is 0.30, 0.78, 0.00, 0.00. Web safe color of #b138fe is #9933ff. Color #b138fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111000 11111110
Octal 261 70 376
Decimal 177 56 254
Hex B1 38 FE

RGB Percentages of Color #b138fe

%36.34
%11.50
%52.16

CMYK Percentages of Color #b138fe

%30
%78
%0
%0

Triadic Colors of #b138fe

#b138fe #feb138 #38feb1

Analogous Colors of #b138fe

#b138fe #fe38e8 #4e38fe

Monochromatic Colors of #b138fe

#b138fe

Complementary Color

#b138fe #85fe38

#b138fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b138fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b138fe Color CSS Codes

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

#b138fe Text Font Color

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

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


#b138fe Background Color

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

This div background color is #b138fe


#b138fe Border Color

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

This div border color is #b138fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b138fe

Related Colors


Comments

No comments written yet.

Please login to write comment.