Color Hex Logo

#b534df Color Hex

#B534DF
(181,52,223)
0 Favorites   0 Comments

Color spaces of #b534df

RGB 18152223
HSL0.790.730.54
HSV285°77°87°
CMYK 0.190.770.00   0.13
XYZ33.603317.607571.4395
Yxy17.60750.27400.1436
Hunter Lab41.961369.5135-71.5689
CIE-Lab49.016573.3065-61.6917

#b534df color RGB value is (181,52,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 11011111
Octal 265 64 337
Decimal 181 52 223
Hex B5 34 DF

RGB Percentages of Color #b534df

%39.69
%11.40
%48.90

CMYK Percentages of Color #b534df

%19
%77
%0
%13

Triadic Colors of #b534df

#b534df #dfb534 #34dfb5

Analogous Colors of #b534df

#b534df #df34b4 #5f34df

Monochromatic Colors of #b534df

#b534df

Complementary Color

#b534df #5edf34

#b534df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b534df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b534df Color CSS Codes

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

#b534df Text Font Color

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

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


#b534df Background Color

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

This div background color is #b534df


#b534df Border Color

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

This div border color is #b534df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b534df


Comments

No comments written yet.

Please login to write comment.