Color Hex Logo

#b465dc Color Hex

#B465DC
(180,101,220)
0 Favorites   0 Comments

Color spaces of #b465dc

RGB 180101220
HSL0.780.630.63
HSV280°54°86°
CMYK 0.180.540.00   0.14
XYZ36.394324.178070.4588
Yxy24.17800.27780.1845
Hunter Lab49.171146.0683-50.5386
CIE-Lab56.265651.5899-48.3945

#b465dc color RGB value is (180,101,220).

#b465dc hex color red value is 180, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b465dc hue: 0.78 , saturation: 0.63 and the lightness value of b465dc is 0.63.

The process color (four color CMYK) of #b465dc color hex is 0.18, 0.54, 0.00, 0.14. Web safe color of #b465dc is #cc66cc. Color #b465dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 11011100
Octal 264 145 334
Decimal 180 101 220
Hex B4 65 DC

RGB Percentages of Color #b465dc

%35.93
%20.16
%43.91

CMYK Percentages of Color #b465dc

%18
%54
%0
%14

Triadic Colors of #b465dc

#b465dc #dcb465 #65dcb4

Analogous Colors of #b465dc

#b465dc #dc65c9 #7965dc

Monochromatic Colors of #b465dc

#b465dc

Complementary Color

#b465dc #8ddc65

#b465dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465dc Color CSS Codes

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

#b465dc Text Font Color

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

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


#b465dc Background Color

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

This div background color is #b465dc


#b465dc Border Color

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

This div border color is #b465dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465dc


Comments

No comments written yet.

Please login to write comment.