Color Hex Logo

#b570fa Color Hex

#B570FA
(181,112,250)
0 Favorites   0 Comments

Color spaces of #b570fa

RGB 181112250
HSL0.750.930.71
HSV270°55°98°
CMYK 0.280.550.00   0.02
XYZ42.105528.314293.6885
Yxy28.31420.25660.1725
Hunter Lab53.211148.1262-67.1438
CIE-Lab60.171552.8310-58.8967

#b570fa color RGB value is (181,112,250).

#b570fa hex color red value is 181, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b570fa hue: 0.75 , saturation: 0.93 and the lightness value of b570fa is 0.71.

The process color (four color CMYK) of #b570fa color hex is 0.28, 0.55, 0.00, 0.02. Web safe color of #b570fa is #cc66ff. Color #b570fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110000 11111010
Octal 265 160 372
Decimal 181 112 250
Hex B5 70 FA

RGB Percentages of Color #b570fa

%33.33
%20.63
%46.04

CMYK Percentages of Color #b570fa

%28
%55
%0
%2

Triadic Colors of #b570fa

#b570fa #fab570 #70fab5

Analogous Colors of #b570fa

#b570fa #fa70fa #7070fa

Monochromatic Colors of #b570fa

#b570fa

Complementary Color

#b570fa #b5fa70

#b570fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b570fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b570fa Color CSS Codes

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

#b570fa Text Font Color

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

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


#b570fa Background Color

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

This div background color is #b570fa


#b570fa Border Color

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

This div border color is #b570fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b570fa


Comments

No comments written yet.

Please login to write comment.