Color Hex Logo

#b465cc Color Hex

#B465CC
(180,101,204)
0 Favorites   0 Comments

Color spaces of #b465cc

RGB 180101204
HSL0.790.500.60
HSV286°50°80°
CMYK 0.120.500.00   0.20
XYZ34.375223.370359.8259
Yxy23.37030.29240.1988
Hunter Lab48.342842.3262-39.5334
CIE-Lab55.451748.2553-40.6171

#b465cc color RGB value is (180,101,204).

#b465cc hex color red value is 180, green value is 101 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b465cc hue: 0.79 , saturation: 0.50 and the lightness value of b465cc is 0.60.

The process color (four color CMYK) of #b465cc color hex is 0.12, 0.50, 0.00, 0.20. Web safe color of #b465cc is #cc66cc. Color #b465cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 11001100
Octal 264 145 314
Decimal 180 101 204
Hex B4 65 CC

RGB Percentages of Color #b465cc

%37.11
%20.82
%42.06

CMYK Percentages of Color #b465cc

%12
%50
%0
%20

Triadic Colors of #b465cc

#b465cc #ccb465 #65ccb4

Analogous Colors of #b465cc

#b465cc #cc65b1 #8165cc

Monochromatic Colors of #b465cc

#b465cc

Complementary Color

#b465cc #7dcc65

#b465cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465cc Color CSS Codes

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

#b465cc Text Font Color

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

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


#b465cc Background Color

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

This div background color is #b465cc


#b465cc Border Color

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

This div border color is #b465cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465cc


Comments

No comments written yet.

Please login to write comment.