Color Hex Logo

#b65fee Color Hex

#B65FEE
(182,95,238)
0 Favorites   0 Comments

Color spaces of #b65fee

RGB 18295238
HSL0.770.810.65
HSV277°60°93°
CMYK 0.240.600.00   0.07
XYZ38.816224.302583.5339
Yxy24.30250.26470.1657
Hunter Lab49.297654.2776-65.9576
CIE-Lab56.389458.9377-58.2805

#b65fee color RGB value is (182,95,238).

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

The process color (four color CMYK) of #b65fee color hex is 0.24, 0.60, 0.00, 0.07. Web safe color of #b65fee is #cc66ff. Color #b65fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011111 11101110
Octal 266 137 356
Decimal 182 95 238
Hex B6 5F EE

RGB Percentages of Color #b65fee

%35.34
%18.45
%46.21

CMYK Percentages of Color #b65fee

%24
%60
%0
%7

Triadic Colors of #b65fee

#b65fee #eeb65f #5feeb6

Analogous Colors of #b65fee

#b65fee #ee5fdf #6f5fee

Monochromatic Colors of #b65fee

#b65fee

Complementary Color

#b65fee #97ee5f

#b65fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65fee Color CSS Codes

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

#b65fee Text Font Color

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

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


#b65fee Background Color

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

This div background color is #b65fee


#b65fee Border Color

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

This div border color is #b65fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65fee


Comments

No comments written yet.

Please login to write comment.