Color Hex Logo

#b270fa Color Hex

#B270FA
(178,112,250)
0 Favorites   0 Comments

Color spaces of #b270fa

RGB 178112250
HSL0.750.930.71
HSV269°55°98°
CMYK 0.290.550.00   0.02
XYZ41.409627.955493.6559
Yxy27.95540.25400.1715
Hunter Lab52.872947.2722-68.0118
CIE-Lab59.848452.1122-59.4317

#b270fa color RGB value is (178,112,250).

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

The process color (four color CMYK) of #b270fa color hex is 0.29, 0.55, 0.00, 0.02. Web safe color of #b270fa is #9966ff. Color #b270fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 11111010
Octal 262 160 372
Decimal 178 112 250
Hex B2 70 FA

RGB Percentages of Color #b270fa

%32.96
%20.74
%46.30

CMYK Percentages of Color #b270fa

%29
%55
%0
%2

Triadic Colors of #b270fa

#b270fa #fab270 #70fab2

Analogous Colors of #b270fa

#b270fa #f770fa #7073fa

Monochromatic Colors of #b270fa

#b270fa

Complementary Color

#b270fa #b8fa70

#b270fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b270fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b270fa Color CSS Codes

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

#b270fa Text Font Color

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

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


#b270fa Background Color

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

This div background color is #b270fa


#b270fa Border Color

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

This div border color is #b270fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b270fa


Comments

No comments written yet.

Please login to write comment.