Color Hex Logo

#b469ec Color Hex

#B469EC
(180,105,236)
0 Favorites   0 Comments

Color spaces of #b469ec

RGB 180105236
HSL0.760.780.67
HSV274°56°93°
CMYK 0.240.560.00   0.07
XYZ39.014325.862682.2926
Yxy25.86260.26510.1757
Hunter Lab50.855347.9419-60.3427
CIE-Lab57.906453.0289-54.7536

#b469ec color RGB value is (180,105,236).

#b469ec hex color red value is 180, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b469ec hue: 0.76 , saturation: 0.78 and the lightness value of b469ec is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 11101100
Octal 264 151 354
Decimal 180 105 236
Hex B4 69 EC

RGB Percentages of Color #b469ec

%34.55
%20.15
%45.30

CMYK Percentages of Color #b469ec

%24
%56
%0
%7

Triadic Colors of #b469ec

#b469ec #ecb469 #69ecb4

Analogous Colors of #b469ec

#b469ec #ec69e3 #7369ec

Monochromatic Colors of #b469ec

#b469ec

Complementary Color

#b469ec #a1ec69

#b469ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b469ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b469ec Color CSS Codes

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

#b469ec Text Font Color

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

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


#b469ec Background Color

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

This div background color is #b469ec


#b469ec Border Color

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

This div border color is #b469ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b469ec


Comments

No comments written yet.

Please login to write comment.