Color Hex Logo

#b465bc Color Hex

#B465BC
(180,101,188)
0 Favorites   0 Comments

Color spaces of #b465bc

RGB 180101188
HSL0.820.390.57
HSV294°46°74°
CMYK 0.040.460.00   0.26
XYZ32.553222.641550.2315
Yxy22.64150.30880.2148
Hunter Lab47.583138.8475-29.2818
CIE-Lab54.701145.0822-32.6395

#b465bc color RGB value is (180,101,188).

#b465bc hex color red value is 180, green value is 101 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b465bc hue: 0.82 , saturation: 0.39 and the lightness value of b465bc is 0.57.

The process color (four color CMYK) of #b465bc color hex is 0.04, 0.46, 0.00, 0.26. Web safe color of #b465bc is #cc66cc. Color #b465bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 10111100
Octal 264 145 274
Decimal 180 101 188
Hex B4 65 BC

RGB Percentages of Color #b465bc

%38.38
%21.54
%40.09

CMYK Percentages of Color #b465bc

%4
%46
%0
%26

Triadic Colors of #b465bc

#b465bc #bcb465 #65bcb4

Analogous Colors of #b465bc

#b465bc #bc6599 #8965bc

Monochromatic Colors of #b465bc

#b465bc

Complementary Color

#b465bc #6dbc65

#b465bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465bc Color CSS Codes

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

#b465bc Text Font Color

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

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


#b465bc Background Color

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

This div background color is #b465bc


#b465bc Border Color

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

This div border color is #b465bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465bc


Comments

No comments written yet.

Please login to write comment.