Color Hex Logo

#b45feb Color Hex

#B45FEB
(180,95,235)
0 Favorites   0 Comments

Color spaces of #b45feb

RGB 18095235
HSL0.770.780.65
HSV276°60°92°
CMYK 0.230.600.00   0.08
XYZ37.910023.885981.2096
Yxy23.88590.26510.1670
Hunter Lab48.873252.9309-64.3073
CIE-Lab55.973457.8213-57.2837

#b45feb color RGB value is (180,95,235).

#b45feb hex color red value is 180, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b45feb hue: 0.77 , saturation: 0.78 and the lightness value of b45feb is 0.65.

The process color (four color CMYK) of #b45feb color hex is 0.23, 0.60, 0.00, 0.08. Web safe color of #b45feb is #cc66ff. Color #b45feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011111 11101011
Octal 264 137 353
Decimal 180 95 235
Hex B4 5F EB

RGB Percentages of Color #b45feb

%35.29
%18.63
%46.08

CMYK Percentages of Color #b45feb

%23
%60
%0
%8

Triadic Colors of #b45feb

#b45feb #ebb45f #5febb4

Analogous Colors of #b45feb

#b45feb #eb5fdc #6e5feb

Monochromatic Colors of #b45feb

#b45feb

Complementary Color

#b45feb #96eb5f

#b45feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45feb Color CSS Codes

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

#b45feb Text Font Color

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

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


#b45feb Background Color

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

This div background color is #b45feb


#b45feb Border Color

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

This div border color is #b45feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45feb


Comments

No comments written yet.

Please login to write comment.