Color Hex Logo

#b553bc Color Hex

#B553BC
(181,83,188)
0 Favorites   0 Comments

Color spaces of #b553bc

RGB 18183188
HSL0.820.440.53
HSV296°56°74°
CMYK 0.040.560.00   0.26
XYZ31.226419.641149.7223
Yxy19.64110.31040.1953
Hunter Lab44.318348.2131-35.4968
CIE-Lab51.429054.3674-37.7572

#b553bc color RGB value is (181,83,188).

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

The process color (four color CMYK) of #b553bc color hex is 0.04, 0.56, 0.00, 0.26. Web safe color of #b553bc is #cc66cc. Color #b553bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 10111100
Octal 265 123 274
Decimal 181 83 188
Hex B5 53 BC

RGB Percentages of Color #b553bc

%40.04
%18.36
%41.59

CMYK Percentages of Color #b553bc

%4
%56
%0
%26

Triadic Colors of #b553bc

#b553bc #bcb553 #53bcb5

Analogous Colors of #b553bc

#b553bc #bc538f #8153bc

Monochromatic Colors of #b553bc

#b553bc

Complementary Color

#b553bc #5abc53

#b553bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b553bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b553bc Color CSS Codes

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

#b553bc Text Font Color

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

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


#b553bc Background Color

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

This div background color is #b553bc


#b553bc Border Color

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

This div border color is #b553bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b553bc


Comments

No comments written yet.

Please login to write comment.