Color Hex Logo

#b467ef Color Hex

#B467EF
(180,103,239)
0 Favorites   0 Comments

Color spaces of #b467ef

RGB 180103239
HSL0.760.810.67
HSV274°57°94°
CMYK 0.250.570.00   0.06
XYZ39.252625.635884.5407
Yxy25.63580.26270.1716
Hunter Lab50.631849.7775-63.5551
CIE-Lab57.689754.7179-56.7712

#b467ef color RGB value is (180,103,239).

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

The process color (four color CMYK) of #b467ef color hex is 0.25, 0.57, 0.00, 0.06. Web safe color of #b467ef is #cc66ff. Color #b467ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 11101111
Octal 264 147 357
Decimal 180 103 239
Hex B4 67 EF

RGB Percentages of Color #b467ef

%34.48
%19.73
%45.79

CMYK Percentages of Color #b467ef

%25
%57
%0
%6

Triadic Colors of #b467ef

#b467ef #efb467 #67efb4

Analogous Colors of #b467ef

#b467ef #ef67e6 #7067ef

Monochromatic Colors of #b467ef

#b467ef

Complementary Color

#b467ef #a2ef67

#b467ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b467ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b467ef Color CSS Codes

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

#b467ef Text Font Color

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

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


#b467ef Background Color

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

This div background color is #b467ef


#b467ef Border Color

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

This div border color is #b467ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b467ef


Comments

No comments written yet.

Please login to write comment.