Color Hex Logo

#b027ea Color Hex

#B027EA
(176,39,234)
0 Favorites   0 Comments

Color spaces of #b027ea

RGB 17639234
HSL0.780.820.54
HSV282°83°92°
CMYK 0.250.830.00   0.08
XYZ33.481316.621779.2855
Yxy16.62170.25880.1285
Hunter Lab40.769775.2425-86.7634
CIE-Lab47.779878.2090-69.9666

#b027ea color RGB value is (176,39,234).

#b027ea hex color red value is 176, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b027ea hue: 0.78 , saturation: 0.82 and the lightness value of b027ea is 0.54.

The process color (four color CMYK) of #b027ea color hex is 0.25, 0.83, 0.00, 0.08. Web safe color of #b027ea is #9933ff. Color #b027ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100111 11101010
Octal 260 47 352
Decimal 176 39 234
Hex B0 27 EA

RGB Percentages of Color #b027ea

%39.20
%8.69
%52.12

CMYK Percentages of Color #b027ea

%25
%83
%0
%8

Triadic Colors of #b027ea

#b027ea #eab027 #27eab0

Analogous Colors of #b027ea

#b027ea #ea27c3 #4e27ea

Monochromatic Colors of #b027ea

#b027ea

Complementary Color

#b027ea #61ea27

#b027ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b027ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b027ea Color CSS Codes

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

#b027ea Text Font Color

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

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


#b027ea Background Color

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

This div background color is #b027ea


#b027ea Border Color

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

This div border color is #b027ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,39,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b027ea


Comments

No comments written yet.

Please login to write comment.