Color Hex Logo

#b027ff Color Hex

#B027FF
(176,39,255)
0 Favorites   0 Comments

Color spaces of #b027ff

RGB 17639255
HSL0.771.000.58
HSV278°85°100°
CMYK 0.310.850.00   0.00
XYZ36.680017.901196.1298
Yxy17.90110.24340.1188
Hunter Lab42.309780.7070-105.0932
CIE-Lab49.375982.2342-79.1480

#b027ff color RGB value is (176,39,255).

#b027ff hex color red value is 176, green value is 39 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b027ff hue: 0.77 , saturation: 1.00 and the lightness value of b027ff is 0.58.

The process color (four color CMYK) of #b027ff color hex is 0.31, 0.85, 0.00, 0.00. Web safe color of #b027ff is #9933ff. Color #b027ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100111 11111111
Octal 260 47 377
Decimal 176 39 255
Hex B0 27 FF

RGB Percentages of Color #b027ff

%37.45
%8.30
%54.26

CMYK Percentages of Color #b027ff

%31
%85
%0
%0

Triadic Colors of #b027ff

#b027ff #ffb027 #27ffb0

Analogous Colors of #b027ff

#b027ff #ff27e2 #4427ff

Monochromatic Colors of #b027ff

#b027ff

Complementary Color

#b027ff #76ff27

#b027ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b027ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b027ff Color CSS Codes

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

#b027ff Text Font Color

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

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


#b027ff Background Color

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

This div background color is #b027ff


#b027ff Border Color

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

This div border color is #b027ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b027ff


Comments

No comments written yet.

Please login to write comment.