Color Hex Logo

#b938ec Color Hex

#B938EC
(185,56,236)
0 Favorites   0 Comments

Color spaces of #b938ec

RGB 18556236
HSL0.790.830.57
HSV283°76°93°
CMYK 0.220.760.00   0.07
XYZ36.562119.198881.1356
Yxy19.19880.26710.1402
Hunter Lab43.816472.2684-79.1167
CIE-Lab50.919075.1927-65.9430

#b938ec color RGB value is (185,56,236).

#b938ec hex color red value is 185, green value is 56 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b938ec hue: 0.79 , saturation: 0.83 and the lightness value of b938ec is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111000 11101100
Octal 271 70 354
Decimal 185 56 236
Hex B9 38 EC

RGB Percentages of Color #b938ec

%38.78
%11.74
%49.48

CMYK Percentages of Color #b938ec

%22
%76
%0
%7

Triadic Colors of #b938ec

#b938ec #ecb938 #38ecb9

Analogous Colors of #b938ec

#b938ec #ec38c5 #5f38ec

Monochromatic Colors of #b938ec

#b938ec

Complementary Color

#b938ec #6bec38

#b938ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b938ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b938ec Color CSS Codes

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

#b938ec Text Font Color

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

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


#b938ec Background Color

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

This div background color is #b938ec


#b938ec Border Color

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

This div border color is #b938ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b938ec


Comments

No comments written yet.

Please login to write comment.