Color Hex Logo

#b53fbc Color Hex

#B53FBC
(181,63,188)
0 Favorites   0 Comments

Color spaces of #b53fbc

RGB 18163188
HSL0.820.500.49
HSV297°66°74°
CMYK 0.040.660.00   0.26
XYZ29.910717.009649.2837
Yxy17.00960.31090.1768
Hunter Lab41.242757.2800-41.9798
CIE-Lab48.272163.0593-42.7459

#b53fbc color RGB value is (181,63,188).

#b53fbc hex color red value is 181, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b53fbc hue: 0.82 , saturation: 0.50 and the lightness value of b53fbc is 0.49.

The process color (four color CMYK) of #b53fbc color hex is 0.04, 0.66, 0.00, 0.26. Web safe color of #b53fbc is #cc33cc. Color #b53fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111111 10111100
Octal 265 77 274
Decimal 181 63 188
Hex B5 3F BC

RGB Percentages of Color #b53fbc

%41.90
%14.58
%43.52

CMYK Percentages of Color #b53fbc

%4
%66
%0
%26

Triadic Colors of #b53fbc

#b53fbc #bcb53f #3fbcb5

Analogous Colors of #b53fbc

#b53fbc #bc3f85 #773fbc

Monochromatic Colors of #b53fbc

#b53fbc

Complementary Color

#b53fbc #46bc3f

#b53fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53fbc Color CSS Codes

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

#b53fbc Text Font Color

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

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


#b53fbc Background Color

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

This div background color is #b53fbc


#b53fbc Border Color

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

This div border color is #b53fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53fbc


Comments

No comments written yet.

Please login to write comment.