Color Hex Logo

#b534cc Color Hex

#B534CC
(181,52,204)
0 Favorites   0 Comments

Color spaces of #b534cc

RGB 18152204
HSL0.810.600.50
HSV291°75°80°
CMYK 0.110.750.00   0.20
XYZ31.183116.639458.6949
Yxy16.63940.29280.1562
Hunter Lab40.791465.0698-56.7586
CIE-Lab47.802469.8396-52.7667

#b534cc color RGB value is (181,52,204).

#b534cc hex color red value is 181, green value is 52 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b534cc hue: 0.81 , saturation: 0.60 and the lightness value of b534cc is 0.50.

The process color (four color CMYK) of #b534cc color hex is 0.11, 0.75, 0.00, 0.20. Web safe color of #b534cc is #cc33cc. Color #b534cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 11001100
Octal 265 64 314
Decimal 181 52 204
Hex B5 34 CC

RGB Percentages of Color #b534cc

%41.42
%11.90
%46.68

CMYK Percentages of Color #b534cc

%11
%75
%0
%20

Triadic Colors of #b534cc

#b534cc #ccb534 #34ccb5

Analogous Colors of #b534cc

#b534cc #cc3497 #6934cc

Monochromatic Colors of #b534cc

#b534cc

Complementary Color

#b534cc #4bcc34

#b534cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b534cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b534cc Color CSS Codes

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

#b534cc Text Font Color

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

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


#b534cc Background Color

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

This div background color is #b534cc


#b534cc Border Color

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

This div border color is #b534cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b534cc


Comments

No comments written yet.

Please login to write comment.