Color Hex Logo

#b07afd Color Hex

#B07AFD
(176,122,253)
0 Favorites   0 Comments

Color spaces of #b07afd

RGB 176122253
HSL0.740.970.74
HSV265°52°99°
CMYK 0.300.520.00   0.01
XYZ42.593730.241096.5207
Yxy30.24100.25150.1786
Hunter Lab54.991842.0208-65.5705
CIE-Lab61.861647.0137-57.8807

#b07afd color RGB value is (176,122,253).

#b07afd hex color red value is 176, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b07afd hue: 0.74 , saturation: 0.97 and the lightness value of b07afd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111010 11111101
Octal 260 172 375
Decimal 176 122 253
Hex B0 7A FD

RGB Percentages of Color #b07afd

%31.94
%22.14
%45.92

CMYK Percentages of Color #b07afd

%30
%52
%0
%1

Triadic Colors of #b07afd

#b07afd #fdb07a #7afdb0

Analogous Colors of #b07afd

#b07afd #f27afd #7a86fd

Monochromatic Colors of #b07afd

#b07afd

Complementary Color

#b07afd #c7fd7a

#b07afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07afd Color CSS Codes

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

#b07afd Text Font Color

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

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


#b07afd Background Color

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

This div background color is #b07afd


#b07afd Border Color

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

This div border color is #b07afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07afd


Comments

No comments written yet.

Please login to write comment.