Color Hex Logo

#b45ecb Color Hex

#B45ECB
(180,94,203)
0 Favorites   0 Comments

Color spaces of #b45ecb

RGB 18094203
HSL0.800.510.58
HSV287°54°80°
CMYK 0.110.540.00   0.20
XYZ33.604622.020558.9791
Yxy22.02050.29320.1921
Hunter Lab46.926045.7067-41.6706
CIE-Lab54.048751.6206-42.2595

#b45ecb color RGB value is (180,94,203).

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

The process color (four color CMYK) of #b45ecb color hex is 0.11, 0.54, 0.00, 0.20. Web safe color of #b45ecb is #cc66cc. Color #b45ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011110 11001011
Octal 264 136 313
Decimal 180 94 203
Hex B4 5E CB

RGB Percentages of Color #b45ecb

%37.74
%19.71
%42.56

CMYK Percentages of Color #b45ecb

%11
%54
%0
%20

Triadic Colors of #b45ecb

#b45ecb #cbb45e #5ecbb4

Analogous Colors of #b45ecb

#b45ecb #cb5eac #7e5ecb

Monochromatic Colors of #b45ecb

#b45ecb

Complementary Color

#b45ecb #75cb5e

#b45ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45ecb Color CSS Codes

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

#b45ecb Text Font Color

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

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


#b45ecb Background Color

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

This div background color is #b45ecb


#b45ecb Border Color

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

This div border color is #b45ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45ecb


Comments

No comments written yet.

Please login to write comment.