Color Hex Logo

#b461ec Color Hex

#B461EC
(180,97,236)
0 Favorites   0 Comments

Color spaces of #b461ec

RGB 18097236
HSL0.770.790.65
HSV276°59°93°
CMYK 0.240.590.00   0.07
XYZ38.237424.308882.0336
Yxy24.30880.26450.1681
Hunter Lab49.304052.1527-64.1360
CIE-Lab56.395757.0576-57.1670

#b461ec color RGB value is (180,97,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100001 11101100
Octal 264 141 354
Decimal 180 97 236
Hex B4 61 EC

RGB Percentages of Color #b461ec

%35.09
%18.91
%46.00

CMYK Percentages of Color #b461ec

%24
%59
%0
%7

Triadic Colors of #b461ec

#b461ec #ecb461 #61ecb4

Analogous Colors of #b461ec

#b461ec #ec61df #6f61ec

Monochromatic Colors of #b461ec

#b461ec

Complementary Color

#b461ec #99ec61

#b461ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b461ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b461ec Color CSS Codes

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

#b461ec Text Font Color

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

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


#b461ec Background Color

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

This div background color is #b461ec


#b461ec Border Color

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

This div border color is #b461ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b461ec


Comments

No comments written yet.

Please login to write comment.