Color Hex Logo

#b138ee Color Hex

#B138EE
(177,56,238)
1 Favorites   0 Comments

Color spaces of #b138ee

RGB 17756238
HSL0.780.840.58
HSV280°76°93°
CMYK 0.260.760.00   0.07
XYZ34.978318.348582.5870
Yxy18.34850.25740.1350
Hunter Lab42.835170.7979-84.3277
CIE-Lab49.916174.1871-68.7469

#b138ee color RGB value is (177,56,238).

#b138ee hex color red value is 177, green value is 56 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b138ee hue: 0.78 , saturation: 0.84 and the lightness value of b138ee is 0.58.

The process color (four color CMYK) of #b138ee color hex is 0.26, 0.76, 0.00, 0.07. Web safe color of #b138ee is #9933ff. Color #b138ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111000 11101110
Octal 261 70 356
Decimal 177 56 238
Hex B1 38 EE

RGB Percentages of Color #b138ee

%37.58
%11.89
%50.53

CMYK Percentages of Color #b138ee

%26
%76
%0
%7

Triadic Colors of #b138ee

#b138ee #eeb138 #38eeb1

Analogous Colors of #b138ee

#b138ee #ee38d0 #5638ee

Monochromatic Colors of #b138ee

#b138ee

Complementary Color

#b138ee #75ee38

#b138ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b138ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b138ee Color CSS Codes

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

#b138ee Text Font Color

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

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


#b138ee Background Color

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

This div background color is #b138ee


#b138ee Border Color

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

This div border color is #b138ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b138ee


Comments

No comments written yet.

Please login to write comment.