Color Hex Logo

#b465ef Color Hex

#B465EF
(180,101,239)
0 Favorites   0 Comments

Color spaces of #b465ef

RGB 180101239
HSL0.760.810.67
HSV274°58°94°
CMYK 0.250.580.00   0.06
XYZ39.056125.242784.4752
Yxy25.24270.26250.1697
Hunter Lab50.242150.8347-64.5185
CIE-Lab57.311155.7274-57.3765

#b465ef color RGB value is (180,101,239).

#b465ef hex color red value is 180, green value is 101 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b465ef hue: 0.76 , saturation: 0.81 and the lightness value of b465ef is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 11101111
Octal 264 145 357
Decimal 180 101 239
Hex B4 65 EF

RGB Percentages of Color #b465ef

%34.62
%19.42
%45.96

CMYK Percentages of Color #b465ef

%25
%58
%0
%6

Triadic Colors of #b465ef

#b465ef #efb465 #65efb4

Analogous Colors of #b465ef

#b465ef #ef65e5 #6f65ef

Monochromatic Colors of #b465ef

#b465ef

Complementary Color

#b465ef #a0ef65

#b465ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465ef Color CSS Codes

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

#b465ef Text Font Color

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

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


#b465ef Background Color

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

This div background color is #b465ef


#b465ef Border Color

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

This div border color is #b465ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465ef


Comments

No comments written yet.

Please login to write comment.