Color Hex Logo

#b05fee Color Hex

#B05FEE
(176,95,238)
0 Favorites   0 Comments

Color spaces of #b05fee

RGB 17695238
HSL0.760.810.65
HSV274°60°93°
CMYK 0.260.600.00   0.07
XYZ37.429323.587683.4690
Yxy23.58760.25910.1633
Hunter Lab48.567152.5727-67.9008
CIE-Lab55.672557.5559-59.4691

#b05fee color RGB value is (176,95,238).

#b05fee hex color red value is 176, green value is 95 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b05fee hue: 0.76 , saturation: 0.81 and the lightness value of b05fee is 0.65.

The process color (four color CMYK) of #b05fee color hex is 0.26, 0.60, 0.00, 0.07. Web safe color of #b05fee is #9966ff. Color #b05fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011111 11101110
Octal 260 137 356
Decimal 176 95 238
Hex B0 5F EE

RGB Percentages of Color #b05fee

%34.58
%18.66
%46.76

CMYK Percentages of Color #b05fee

%26
%60
%0
%7

Triadic Colors of #b05fee

#b05fee #eeb05f #5feeb0

Analogous Colors of #b05fee

#b05fee #ee5fe5 #695fee

Monochromatic Colors of #b05fee

#b05fee

Complementary Color

#b05fee #9dee5f

#b05fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05fee Color CSS Codes

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

#b05fee Text Font Color

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

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


#b05fee Background Color

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

This div background color is #b05fee


#b05fee Border Color

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

This div border color is #b05fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05fee


Comments

No comments written yet.

Please login to write comment.