Color Hex Logo

#b536df Color Hex

#B536DF
(181,54,223)
0 Favorites   0 Comments

Color spaces of #b536df

RGB 18154223
HSL0.790.730.54
HSV285°76°87°
CMYK 0.190.760.00   0.13
XYZ33.694517.789871.4699
Yxy17.78980.27400.1447
Hunter Lab42.178068.7860-70.9414
CIE-Lab49.240272.6622-61.3308

#b536df color RGB value is (181,54,223).

#b536df hex color red value is 181, green value is 54 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b536df hue: 0.79 , saturation: 0.73 and the lightness value of b536df is 0.54.

The process color (four color CMYK) of #b536df color hex is 0.19, 0.76, 0.00, 0.13. Web safe color of #b536df is #cc33cc. Color #b536df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110110 11011111
Octal 265 66 337
Decimal 181 54 223
Hex B5 36 DF

RGB Percentages of Color #b536df

%39.52
%11.79
%48.69

CMYK Percentages of Color #b536df

%19
%76
%0
%13

Triadic Colors of #b536df

#b536df #dfb536 #36dfb5

Analogous Colors of #b536df

#b536df #df36b5 #6036df

Monochromatic Colors of #b536df

#b536df

Complementary Color

#b536df #60df36

#b536df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b536df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b536df Color CSS Codes

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

#b536df Text Font Color

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

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


#b536df Background Color

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

This div background color is #b536df


#b536df Border Color

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

This div border color is #b536df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b536df


Comments

No comments written yet.

Please login to write comment.