Color Hex Logo

#b45fef Color Hex

#B45FEF
(180,95,239)
0 Favorites   0 Comments

Color spaces of #b45fef

RGB 18095239
HSL0.770.820.65
HSV275°60°94°
CMYK 0.250.600.00   0.06
XYZ38.494624.119784.2880
Yxy24.11970.26200.1642
Hunter Lab49.111853.9654-67.3780
CIE-Lab56.207458.6946-59.1435

#b45fef color RGB value is (180,95,239).

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

The process color (four color CMYK) of #b45fef color hex is 0.25, 0.60, 0.00, 0.06. Web safe color of #b45fef is #cc66ff. Color #b45fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011111 11101111
Octal 264 137 357
Decimal 180 95 239
Hex B4 5F EF

RGB Percentages of Color #b45fef

%35.02
%18.48
%46.50

CMYK Percentages of Color #b45fef

%25
%60
%0
%6

Triadic Colors of #b45fef

#b45fef #efb45f #5fefb4

Analogous Colors of #b45fef

#b45fef #ef5fe2 #6c5fef

Monochromatic Colors of #b45fef

#b45fef

Complementary Color

#b45fef #9aef5f

#b45fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45fef Color CSS Codes

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

#b45fef Text Font Color

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

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


#b45fef Background Color

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

This div background color is #b45fef


#b45fef Border Color

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

This div border color is #b45fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45fef


Comments

No comments written yet.

Please login to write comment.