Color Hex Logo

#b536ce Color Hex

#B536CE
(181,54,206)
0 Favorites   0 Comments

Color spaces of #b536ce

RGB 18154206
HSL0.810.610.51
HSV290°74°81°
CMYK 0.120.740.00   0.19
XYZ31.515816.918359.9970
Yxy16.91830.29070.1560
Hunter Lab41.131964.7884-57.6911
CIE-Lab48.156969.5337-53.3504

#b536ce color RGB value is (181,54,206).

#b536ce hex color red value is 181, green value is 54 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b536ce hue: 0.81 , saturation: 0.61 and the lightness value of b536ce is 0.51.

The process color (four color CMYK) of #b536ce color hex is 0.12, 0.74, 0.00, 0.19. Web safe color of #b536ce is #cc33cc. Color #b536ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110110 11001110
Octal 265 66 316
Decimal 181 54 206
Hex B5 36 CE

RGB Percentages of Color #b536ce

%41.04
%12.24
%46.71

CMYK Percentages of Color #b536ce

%12
%74
%0
%19

Triadic Colors of #b536ce

#b536ce #ceb536 #36ceb5

Analogous Colors of #b536ce

#b536ce #ce369b #6936ce

Monochromatic Colors of #b536ce

#b536ce

Complementary Color

#b536ce #4fce36

#b536ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b536ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b536ce Color CSS Codes

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

#b536ce Text Font Color

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

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


#b536ce Background Color

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

This div background color is #b536ce


#b536ce Border Color

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

This div border color is #b536ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b536ce


Comments

No comments written yet.

Please login to write comment.