Color Hex Logo

#b445cb Color Hex

#B445CB
(180,69,203)
0 Favorites   0 Comments

Color spaces of #b445cb

RGB 18069203
HSL0.800.560.53
HSV290°66°80°
CMYK 0.110.660.00   0.20
XYZ31.730018.271358.3543
Yxy18.27130.29280.1686
Hunter Lab42.744957.6987-51.0197
CIE-Lab49.823563.1323-48.9666

#b445cb color RGB value is (180,69,203).

#b445cb hex color red value is 180, green value is 69 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b445cb hue: 0.80 , saturation: 0.56 and the lightness value of b445cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 11001011
Octal 264 105 313
Decimal 180 69 203
Hex B4 45 CB

RGB Percentages of Color #b445cb

%39.82
%15.27
%44.91

CMYK Percentages of Color #b445cb

%11
%66
%0
%20

Triadic Colors of #b445cb

#b445cb #cbb445 #45cbb4

Analogous Colors of #b445cb

#b445cb #cb459f #7145cb

Monochromatic Colors of #b445cb

#b445cb

Complementary Color

#b445cb #5ccb45

#b445cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b445cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b445cb Color CSS Codes

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

#b445cb Text Font Color

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

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


#b445cb Background Color

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

This div background color is #b445cb


#b445cb Border Color

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

This div border color is #b445cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,69,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b445cb


Comments

No comments written yet.

Please login to write comment.