Color Hex Logo

#b461cc Color Hex

#B461CC
(180,97,204)
0 Favorites   0 Comments

Color spaces of #b461cc

RGB 18097204
HSL0.800.510.59
HSV287°52°80°
CMYK 0.120.520.00   0.20
XYZ33.996222.612359.6996
Yxy22.61230.29230.1944
Hunter Lab47.552444.3967-41.1489
CIE-Lab54.670750.3077-41.8483

#b461cc color RGB value is (180,97,204).

#b461cc hex color red value is 180, green value is 97 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b461cc hue: 0.80 , saturation: 0.51 and the lightness value of b461cc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100001 11001100
Octal 264 141 314
Decimal 180 97 204
Hex B4 61 CC

RGB Percentages of Color #b461cc

%37.42
%20.17
%42.41

CMYK Percentages of Color #b461cc

%12
%52
%0
%20

Triadic Colors of #b461cc

#b461cc #ccb461 #61ccb4

Analogous Colors of #b461cc

#b461cc #cc61af #7f61cc

Monochromatic Colors of #b461cc

#b461cc

Complementary Color

#b461cc #79cc61

#b461cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b461cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b461cc Color CSS Codes

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

#b461cc Text Font Color

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

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


#b461cc Background Color

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

This div background color is #b461cc


#b461cc Border Color

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

This div border color is #b461cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,97,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 #b461cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b461cc


Comments

No comments written yet.

Please login to write comment.