Color Hex Logo

#b460cf Color Hex

#B460CF
(180,96,207)
0 Favorites   0 Comments

Color spaces of #b460cf

RGB 18096207
HSL0.790.540.59
HSV285°54°81°
CMYK 0.130.540.00   0.19
XYZ34.267722.574061.5826
Yxy22.57400.28940.1906
Hunter Lab47.512145.5954-43.5900
CIE-Lab54.630851.4221-43.6204

#b460cf color RGB value is (180,96,207).

#b460cf hex color red value is 180, green value is 96 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b460cf hue: 0.79 , saturation: 0.54 and the lightness value of b460cf is 0.59.

The process color (four color CMYK) of #b460cf color hex is 0.13, 0.54, 0.00, 0.19. Web safe color of #b460cf is #cc66cc. Color #b460cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 11001111
Octal 264 140 317
Decimal 180 96 207
Hex B4 60 CF

RGB Percentages of Color #b460cf

%37.27
%19.88
%42.86

CMYK Percentages of Color #b460cf

%13
%54
%0
%19

Triadic Colors of #b460cf

#b460cf #cfb460 #60cfb4

Analogous Colors of #b460cf

#b460cf #cf60b3 #7d60cf

Monochromatic Colors of #b460cf

#b460cf

Complementary Color

#b460cf #7bcf60

#b460cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b460cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b460cf Color CSS Codes

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

#b460cf Text Font Color

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

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


#b460cf Background Color

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

This div background color is #b460cf


#b460cf Border Color

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

This div border color is #b460cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b460cf


Comments

No comments written yet.

Please login to write comment.