Color Hex Logo

#b27afa Color Hex

#B27AFA
(178,122,250)
0 Favorites   0 Comments

Color spaces of #b27afa

RGB 178122250
HSL0.740.930.73
HSV266°51°98°
CMYK 0.290.510.00   0.02
XYZ42.574930.286294.0444
Yxy30.28620.25510.1815
Hunter Lab55.032941.7847-62.7962
CIE-Lab61.900446.7903-56.1565

#b27afa color RGB value is (178,122,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111010 11111010
Octal 262 172 372
Decimal 178 122 250
Hex B2 7A FA

RGB Percentages of Color #b27afa

%32.36
%22.18
%45.45

CMYK Percentages of Color #b27afa

%29
%51
%0
%2

Triadic Colors of #b27afa

#b27afa #fab27a #7afab2

Analogous Colors of #b27afa

#b27afa #f27afa #7a82fa

Monochromatic Colors of #b27afa

#b27afa

Complementary Color

#b27afa #c2fa7a

#b27afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27afa Color CSS Codes

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

#b27afa Text Font Color

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

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


#b27afa Background Color

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

This div background color is #b27afa


#b27afa Border Color

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

This div border color is #b27afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27afa


Comments

No comments written yet.

Please login to write comment.