Color Hex Logo

#b52fcc Color Hex

#B52FCC
(181,47,204)
0 Favorites   0 Comments

Color spaces of #b52fcc

RGB 18147204
HSL0.810.630.49
HSV291°77°80°
CMYK 0.110.770.00   0.20
XYZ30.971716.216458.6244
Yxy16.21640.29270.1533
Hunter Lab40.269666.8141-58.1256
CIE-Lab47.257171.4090-53.6417

#b52fcc color RGB value is (181,47,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 11001100
Octal 265 57 314
Decimal 181 47 204
Hex B5 2F CC

RGB Percentages of Color #b52fcc

%41.90
%10.88
%47.22

CMYK Percentages of Color #b52fcc

%11
%77
%0
%20

Triadic Colors of #b52fcc

#b52fcc #ccb52f #2fccb5

Analogous Colors of #b52fcc

#b52fcc #cc2f95 #672fcc

Monochromatic Colors of #b52fcc

#b52fcc

Complementary Color

#b52fcc #46cc2f

#b52fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52fcc Color CSS Codes

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

#b52fcc Text Font Color

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

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


#b52fcc Background Color

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

This div background color is #b52fcc


#b52fcc Border Color

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

This div border color is #b52fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52fcc


Comments

No comments written yet.

Please login to write comment.