Color Hex Logo

#b460ec Color Hex

#B460EC
(180,96,236)
0 Favorites   0 Comments

Color spaces of #b460ec

RGB 18096236
HSL0.770.790.65
HSV276°59°93°
CMYK 0.240.590.00   0.07
XYZ38.145624.125282.0030
Yxy24.12520.26440.1672
Hunter Lab49.117452.6713-64.6043
CIE-Lab56.212957.5496-57.4594

#b460ec color RGB value is (180,96,236).

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

The process color (four color CMYK) of #b460ec color hex is 0.24, 0.59, 0.00, 0.07. Web safe color of #b460ec is #cc66ff. Color #b460ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 11101100
Octal 264 140 354
Decimal 180 96 236
Hex B4 60 EC

RGB Percentages of Color #b460ec

%35.16
%18.75
%46.09

CMYK Percentages of Color #b460ec

%24
%59
%0
%7

Triadic Colors of #b460ec

#b460ec #ecb460 #60ecb4

Analogous Colors of #b460ec

#b460ec #ec60de #6e60ec

Monochromatic Colors of #b460ec

#b460ec

Complementary Color

#b460ec #98ec60

#b460ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b460ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b460ec Color CSS Codes

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

#b460ec Text Font Color

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

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


#b460ec Background Color

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

This div background color is #b460ec


#b460ec Border Color

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

This div border color is #b460ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b460ec


Comments

No comments written yet.

Please login to write comment.