Color Hex Logo

#b465fc Color Hex

#B465FC
(180,101,252)
0 Favorites   0 Comments

Color spaces of #b465fc

RGB 180101252
HSL0.750.960.69
HSV271°60°99°
CMYK 0.290.600.00   0.01
XYZ41.046826.038994.9581
Yxy26.03890.25330.1607
Hunter Lab51.028354.2845-74.6123
CIE-Lab58.074058.6506-63.3687

#b465fc color RGB value is (180,101,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 11111100
Octal 264 145 374
Decimal 180 101 252
Hex B4 65 FC

RGB Percentages of Color #b465fc

%33.77
%18.95
%47.28

CMYK Percentages of Color #b465fc

%29
%60
%0
%1

Triadic Colors of #b465fc

#b465fc #fcb465 #65fcb4

Analogous Colors of #b465fc

#b465fc #fc65f9 #6965fc

Monochromatic Colors of #b465fc

#b465fc

Complementary Color

#b465fc #adfc65

#b465fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465fc Color CSS Codes

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

#b465fc Text Font Color

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

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


#b465fc Background Color

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

This div background color is #b465fc


#b465fc Border Color

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

This div border color is #b465fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465fc

Related Colors


Comments

No comments written yet.

Please login to write comment.