Color Hex Logo

#b270ff Color Hex

#B270FF
(178,112,255)
0 Favorites   0 Comments

Color spaces of #b270ff

RGB 178112255
HSL0.741.000.72
HSV268°56°100°
CMYK 0.300.560.00   0.00
XYZ42.204328.273397.8406
Yxy28.27330.25070.1680
Hunter Lab53.172648.6273-71.8760
CIE-Lab60.134853.2871-61.7296

#b270ff color RGB value is (178,112,255).

#b270ff hex color red value is 178, green value is 112 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b270ff hue: 0.74 , saturation: 1.00 and the lightness value of b270ff is 0.72.

The process color (four color CMYK) of #b270ff color hex is 0.30, 0.56, 0.00, 0.00. Web safe color of #b270ff is #9966ff. Color #b270ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 11111111
Octal 262 160 377
Decimal 178 112 255
Hex B2 70 FF

RGB Percentages of Color #b270ff

%32.66
%20.55
%46.79

CMYK Percentages of Color #b270ff

%30
%56
%0
%0

Triadic Colors of #b270ff

#b270ff #ffb270 #70ffb2

Analogous Colors of #b270ff

#b270ff #fa70ff #7076ff

Monochromatic Colors of #b270ff

#b270ff

Complementary Color

#b270ff #bdff70

#b270ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b270ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b270ff Color CSS Codes

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

#b270ff Text Font Color

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

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


#b270ff Background Color

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

This div background color is #b270ff


#b270ff Border Color

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

This div border color is #b270ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,112,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b270ff

#b270ff Color Palettes


Comments

No comments written yet.

Please login to write comment.