Color Hex Logo

#b465ff Color Hex

#B465FF
(180,101,255)
0 Favorites   0 Comments

Color spaces of #b465ff

RGB 180101255
HSL0.751.000.70
HSV271°60°100°
CMYK 0.290.600.00   0.00
XYZ41.526126.230797.4821
Yxy26.23070.25130.1587
Hunter Lab51.215955.1008-76.9988
CIE-Lab58.255459.3339-64.7341

#b465ff color RGB value is (180,101,255).

#b465ff hex color red value is 180, green value is 101 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b465ff hue: 0.75 , saturation: 1.00 and the lightness value of b465ff is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 11111111
Octal 264 145 377
Decimal 180 101 255
Hex B4 65 FF

RGB Percentages of Color #b465ff

%33.58
%18.84
%47.57

CMYK Percentages of Color #b465ff

%29
%60
%0
%0

Triadic Colors of #b465ff

#b465ff #ffb465 #65ffb4

Analogous Colors of #b465ff

#b465ff #ff65fd #6765ff

Monochromatic Colors of #b465ff

#b465ff

Complementary Color

#b465ff #b0ff65

#b465ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465ff Color CSS Codes

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

#b465ff Text Font Color

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

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


#b465ff Background Color

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

This div background color is #b465ff


#b465ff Border Color

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

This div border color is #b465ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465ff


Comments

No comments written yet.

Please login to write comment.