Color Hex Logo

#b455bc Color Hex

#B455BC
(180,85,188)
0 Favorites   0 Comments

Color spaces of #b455bc

RGB 18085188
HSL0.820.430.54
HSV295°55°74°
CMYK 0.040.550.00   0.26
XYZ31.148019.831149.7631
Yxy19.83110.30920.1968
Hunter Lab44.532146.9206-35.0820
CIE-Lab51.645753.1443-37.4256

#b455bc color RGB value is (180,85,188).

#b455bc hex color red value is 180, green value is 85 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b455bc hue: 0.82 , saturation: 0.43 and the lightness value of b455bc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010101 10111100
Octal 264 125 274
Decimal 180 85 188
Hex B4 55 BC

RGB Percentages of Color #b455bc

%39.74
%18.76
%41.50

CMYK Percentages of Color #b455bc

%4
%55
%0
%26

Triadic Colors of #b455bc

#b455bc #bcb455 #55bcb4

Analogous Colors of #b455bc

#b455bc #bc5591 #8155bc

Monochromatic Colors of #b455bc

#b455bc

Complementary Color

#b455bc #5dbc55

#b455bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b455bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b455bc Color CSS Codes

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

#b455bc Text Font Color

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

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


#b455bc Background Color

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

This div background color is #b455bc


#b455bc Border Color

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

This div border color is #b455bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b455bc


Comments

No comments written yet.

Please login to write comment.