Color Hex Logo

#b718fa Color Hex

#B718FA
(183,24,250)
0 Favorites   0 Comments

Color spaces of #b718fa

RGB 18324250
HSL0.780.960.54
HSV282°90°98°
CMYK 0.270.900.00   0.02
XYZ37.110417.622791.8881
Yxy17.62270.25310.1202
Hunter Lab41.979484.3326-100.3934
CIE-Lab49.035285.1210-76.8708

#b718fa color RGB value is (183,24,250).

#b718fa hex color red value is 183, green value is 24 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b718fa hue: 0.78 , saturation: 0.96 and the lightness value of b718fa is 0.54.

The process color (four color CMYK) of #b718fa color hex is 0.27, 0.90, 0.00, 0.02. Web safe color of #b718fa is #cc00ff. Color #b718fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011000 11111010
Octal 267 30 372
Decimal 183 24 250
Hex B7 18 FA

RGB Percentages of Color #b718fa

%40.04
%5.25
%54.70

CMYK Percentages of Color #b718fa

%27
%90
%0
%2

Triadic Colors of #b718fa

#b718fa #fab718 #18fab7

Analogous Colors of #b718fa

#b718fa #fa18cc #4618fa

Monochromatic Colors of #b718fa

#b718fa

Complementary Color

#b718fa #5bfa18

#b718fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b718fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b718fa Color CSS Codes

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

#b718fa Text Font Color

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

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


#b718fa Background Color

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

This div background color is #b718fa


#b718fa Border Color

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

This div border color is #b718fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,24,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b718fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b718fa;
  -webkit-box-shadow: 1px 1px 3px 2px #b718fa;
  box-shadow:         1px 1px 3px 2px #b718fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,24,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b718fa

Related Colors


Comments

No comments written yet.

Please login to write comment.