Color Hex Logo

#b036ec Color Hex

#B036EC
(176,54,236)
0 Favorites   0 Comments

Color spaces of #b036ec

RGB 17654236
HSL0.780.830.57
HSV280°77°93°
CMYK 0.250.770.00   0.07
XYZ34.364017.924681.0055
Yxy17.92460.25780.1345
Hunter Lab42.337570.7924-83.8051
CIE-Lab49.404574.2822-68.4572

#b036ec color RGB value is (176,54,236).

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

The process color (four color CMYK) of #b036ec color hex is 0.25, 0.77, 0.00, 0.07. Web safe color of #b036ec is #9933ff. Color #b036ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110110 11101100
Octal 260 66 354
Decimal 176 54 236
Hex B0 36 EC

RGB Percentages of Color #b036ec

%37.77
%11.59
%50.64

CMYK Percentages of Color #b036ec

%25
%77
%0
%7

Triadic Colors of #b036ec

#b036ec #ecb036 #36ecb0

Analogous Colors of #b036ec

#b036ec #ec36cd #5536ec

Monochromatic Colors of #b036ec

#b036ec

Complementary Color

#b036ec #72ec36

#b036ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b036ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b036ec Color CSS Codes

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

#b036ec Text Font Color

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

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


#b036ec Background Color

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

This div background color is #b036ec


#b036ec Border Color

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

This div border color is #b036ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b036ec


Comments

No comments written yet.

Please login to write comment.