Color Hex Logo

#b417ef Color Hex

#B417EF
(180,23,239)
0 Favorites   0 Comments

Color spaces of #b417ef

RGB 18023239
HSL0.790.870.51
HSV284°90°94°
CMYK 0.250.900.00   0.06
XYZ34.708816.548183.0261
Yxy16.54810.25850.1232
Hunter Lab40.679481.1125-92.5347
CIE-Lab47.685582.8791-72.9155

#b417ef color RGB value is (180,23,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 11101111
Octal 264 27 357
Decimal 180 23 239
Hex B4 17 EF

RGB Percentages of Color #b417ef

%40.72
%5.20
%54.07

CMYK Percentages of Color #b417ef

%25
%90
%0
%6

Triadic Colors of #b417ef

#b417ef #efb417 #17efb4

Analogous Colors of #b417ef

#b417ef #ef17be #4817ef

Monochromatic Colors of #b417ef

#b417ef

Complementary Color

#b417ef #52ef17

#b417ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b417ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b417ef Color CSS Codes

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

#b417ef Text Font Color

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

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


#b417ef Background Color

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

This div background color is #b417ef


#b417ef Border Color

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

This div border color is #b417ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b417ef


Comments

No comments written yet.

Please login to write comment.