Color Hex Logo

#b65fea Color Hex

#B65FEA
(182,95,234)
0 Favorites   0 Comments

Color spaces of #b65fea

RGB 18295234
HSL0.770.770.65
HSV278°59°92°
CMYK 0.220.590.00   0.08
XYZ38.234924.070080.4727
Yxy24.07000.26780.1686
Hunter Lab49.061253.2535-62.9077
CIE-Lab56.157858.0748-56.4154

#b65fea color RGB value is (182,95,234).

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

The process color (four color CMYK) of #b65fea color hex is 0.22, 0.59, 0.00, 0.08. Web safe color of #b65fea is #cc66ff. Color #b65fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011111 11101010
Octal 266 137 352
Decimal 182 95 234
Hex B6 5F EA

RGB Percentages of Color #b65fea

%35.62
%18.59
%45.79

CMYK Percentages of Color #b65fea

%22
%59
%0
%8

Triadic Colors of #b65fea

#b65fea #eab65f #5feab6

Analogous Colors of #b65fea

#b65fea #ea5fd9 #715fea

Monochromatic Colors of #b65fea

#b65fea

Complementary Color

#b65fea #93ea5f

#b65fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65fea Color CSS Codes

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

#b65fea Text Font Color

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

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


#b65fea Background Color

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

This div background color is #b65fea


#b65fea Border Color

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

This div border color is #b65fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65fea


Comments

No comments written yet.

Please login to write comment.