Color Hex Logo

#b938ee Color Hex

#B938EE
(185,56,238)
0 Favorites   0 Comments

Color spaces of #b938ee

RGB 18556238
HSL0.780.840.58
HSV283°76°93°
CMYK 0.220.760.00   0.07
XYZ36.854419.315782.6748
Yxy19.31570.26540.1391
Hunter Lab43.949672.7711-80.7672
CIE-Lab51.054575.5749-66.8487

#b938ee color RGB value is (185,56,238).

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

The process color (four color CMYK) of #b938ee color hex is 0.22, 0.76, 0.00, 0.07. Web safe color of #b938ee is #cc33ff. Color #b938ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111000 11101110
Octal 271 70 356
Decimal 185 56 238
Hex B9 38 EE

RGB Percentages of Color #b938ee

%38.62
%11.69
%49.69

CMYK Percentages of Color #b938ee

%22
%76
%0
%7

Triadic Colors of #b938ee

#b938ee #eeb938 #38eeb9

Analogous Colors of #b938ee

#b938ee #ee38c8 #5e38ee

Monochromatic Colors of #b938ee

#b938ee

Complementary Color

#b938ee #6dee38

#b938ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b938ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b938ee Color CSS Codes

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

#b938ee Text Font Color

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

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


#b938ee Background Color

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

This div background color is #b938ee


#b938ee Border Color

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

This div border color is #b938ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b938ee


Comments

No comments written yet.

Please login to write comment.