Color Hex Logo

#b534ee Color Hex

#B534EE
(181,52,238)
0 Favorites   0 Comments

Color spaces of #b534ee

RGB 18152238
HSL0.780.850.57
HSV282°78°93°
CMYK 0.240.780.00   0.07
XYZ35.716718.452882.5682
Yxy18.45280.26120.1350
Hunter Lab42.956773.2409-83.8931
CIE-Lab50.040876.1535-68.5182

#b534ee color RGB value is (181,52,238).

#b534ee hex color red value is 181, green value is 52 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b534ee hue: 0.78 , saturation: 0.85 and the lightness value of b534ee is 0.57.

The process color (four color CMYK) of #b534ee color hex is 0.24, 0.78, 0.00, 0.07. Web safe color of #b534ee is #cc33ff. Color #b534ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 11101110
Octal 265 64 356
Decimal 181 52 238
Hex B5 34 EE

RGB Percentages of Color #b534ee

%38.43
%11.04
%50.53

CMYK Percentages of Color #b534ee

%24
%78
%0
%7

Triadic Colors of #b534ee

#b534ee #eeb534 #34eeb5

Analogous Colors of #b534ee

#b534ee #ee34ca #5834ee

Monochromatic Colors of #b534ee

#b534ee

Complementary Color

#b534ee #6dee34

#b534ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b534ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b534ee Color CSS Codes

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

#b534ee Text Font Color

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

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


#b534ee Background Color

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

This div background color is #b534ee


#b534ee Border Color

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

This div border color is #b534ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b534ee


Comments

No comments written yet.

Please login to write comment.