Color Hex Logo

#b415ef Color Hex

#B415EF
(180,21,239)
0 Favorites   0 Comments

Color spaces of #b415ef

RGB 18021239
HSL0.790.870.51
HSV284°91°94°
CMYK 0.250.910.00   0.06
XYZ34.670516.471683.0134
Yxy16.47160.25840.1228
Hunter Lab40.585281.4620-92.8627
CIE-Lab47.587283.1712-73.0756

#b415ef color RGB value is (180,21,239).

#b415ef hex color red value is 180, green value is 21 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b415ef hue: 0.79 , saturation: 0.87 and the lightness value of b415ef is 0.51.

The process color (four color CMYK) of #b415ef color hex is 0.25, 0.91, 0.00, 0.06. Web safe color of #b415ef is #cc00ff. Color #b415ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010101 11101111
Octal 264 25 357
Decimal 180 21 239
Hex B4 15 EF

RGB Percentages of Color #b415ef

%40.91
%4.77
%54.32

CMYK Percentages of Color #b415ef

%25
%91
%0
%6

Triadic Colors of #b415ef

#b415ef #efb415 #15efb4

Analogous Colors of #b415ef

#b415ef #ef15bd #4715ef

Monochromatic Colors of #b415ef

#b415ef

Complementary Color

#b415ef #50ef15

#b415ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b415ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b415ef Color CSS Codes

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

#b415ef Text Font Color

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

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


#b415ef Background Color

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

This div background color is #b415ef


#b415ef Border Color

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

This div border color is #b415ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b415ef


Comments

No comments written yet.

Please login to write comment.