Color Hex Logo

#b036ff Color Hex

#B036FF
(176,54,255)
0 Favorites   0 Comments

Color spaces of #b036ff

RGB 17654255
HSL0.771.000.61
HSV276°79°100°
CMYK 0.310.790.00   0.00
XYZ37.273719.088496.3276
Yxy19.08840.24410.1250
Hunter Lab43.690375.8266-100.1384
CIE-Lab50.790578.0906-76.8406

#b036ff color RGB value is (176,54,255).

#b036ff hex color red value is 176, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b036ff hue: 0.77 , saturation: 1.00 and the lightness value of b036ff is 0.61.

The process color (four color CMYK) of #b036ff color hex is 0.31, 0.79, 0.00, 0.00. Web safe color of #b036ff is #9933ff. Color #b036ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110110 11111111
Octal 260 66 377
Decimal 176 54 255
Hex B0 36 FF

RGB Percentages of Color #b036ff

%36.29
%11.13
%52.58

CMYK Percentages of Color #b036ff

%31
%79
%0
%0

Triadic Colors of #b036ff

#b036ff #ffb036 #36ffb0

Analogous Colors of #b036ff

#b036ff #ff36ea #4c36ff

Monochromatic Colors of #b036ff

#b036ff

Complementary Color

#b036ff #85ff36

#b036ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b036ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b036ff Color CSS Codes

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

#b036ff Text Font Color

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

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


#b036ff Background Color

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

This div background color is #b036ff


#b036ff Border Color

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

This div border color is #b036ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,54,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b036ff


Comments

No comments written yet.

Please login to write comment.