Color Hex Logo

#b036bc Color Hex

#B036BC
(176,54,188)
0 Favorites   0 Comments

Color spaces of #b036bc

RGB 17654188
HSL0.820.550.47
HSV295°71°74°
CMYK 0.060.710.00   0.26
XYZ28.300815.499349.0770
Yxy15.49930.30470.1669
Hunter Lab39.369259.4200-46.3516
CIE-Lab46.310665.2995-45.9128

#b036bc color RGB value is (176,54,188).

#b036bc hex color red value is 176, green value is 54 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b036bc hue: 0.82 , saturation: 0.55 and the lightness value of b036bc is 0.47.

The process color (four color CMYK) of #b036bc color hex is 0.06, 0.71, 0.00, 0.26. Web safe color of #b036bc is #9933cc. Color #b036bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110110 10111100
Octal 260 66 274
Decimal 176 54 188
Hex B0 36 BC

RGB Percentages of Color #b036bc

%42.11
%12.92
%44.98

CMYK Percentages of Color #b036bc

%6
%71
%0
%26

Triadic Colors of #b036bc

#b036bc #bcb036 #36bcb0

Analogous Colors of #b036bc

#b036bc #bc3685 #6d36bc

Monochromatic Colors of #b036bc

#b036bc

Complementary Color

#b036bc #42bc36

#b036bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b036bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b036bc Color CSS Codes

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

#b036bc Text Font Color

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

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


#b036bc Background Color

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

This div background color is #b036bc


#b036bc Border Color

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

This div border color is #b036bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b036bc


Comments

No comments written yet.

Please login to write comment.