Color Hex Logo

#b419ef Color Hex

#B419EF
(180,25,239)
0 Favorites   0 Comments

Color spaces of #b419ef

RGB 18025239
HSL0.790.870.52
HSV283°90°94°
CMYK 0.250.900.00   0.06
XYZ34.750016.630683.0398
Yxy16.63060.25850.1237
Hunter Lab40.780680.7373-92.1832
CIE-Lab47.791282.5650-72.7433

#b419ef color RGB value is (180,25,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 11101111
Octal 264 31 357
Decimal 180 25 239
Hex B4 19 EF

RGB Percentages of Color #b419ef

%40.54
%5.63
%53.83

CMYK Percentages of Color #b419ef

%25
%90
%0
%6

Triadic Colors of #b419ef

#b419ef #efb419 #19efb4

Analogous Colors of #b419ef

#b419ef #ef19bf #4919ef

Monochromatic Colors of #b419ef

#b419ef

Complementary Color

#b419ef #54ef19

#b419ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b419ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b419ef Color CSS Codes

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

#b419ef Text Font Color

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

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


#b419ef Background Color

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

This div background color is #b419ef


#b419ef Border Color

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

This div border color is #b419ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b419ef


Comments

No comments written yet.

Please login to write comment.