Color Hex Logo

#b807e5 Color Hex

#B807E5
(184,7,229)
0 Favorites   0 Comments

Color spaces of #b807e5

RGB 1847229
HSL0.800.940.46
HSV288°97°90°
CMYK 0.200.970.00   0.10
XYZ33.986015.999475.4257
Yxy15.99940.27100.1276
Hunter Lab39.999281.6667-83.8024
CIE-Lab46.973783.4490-68.3879

#b807e5 color RGB value is (184,7,229).

#b807e5 hex color red value is 184, green value is 7 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b807e5 hue: 0.80 , saturation: 0.94 and the lightness value of b807e5 is 0.46.

The process color (four color CMYK) of #b807e5 color hex is 0.20, 0.97, 0.00, 0.10. Web safe color of #b807e5 is #cc00cc. Color #b807e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000111 11100101
Octal 270 7 345
Decimal 184 7 229
Hex B8 7 E5

RGB Percentages of Color #b807e5

%43.81
%1.67
%54.52

CMYK Percentages of Color #b807e5

%20
%97
%0
%10

Triadic Colors of #b807e5

#b807e5 #e5b807 #07e5b8

Analogous Colors of #b807e5

#b807e5 #e507a3 #4907e5

Monochromatic Colors of #b807e5

#b807e5

Complementary Color

#b807e5 #34e507

#b807e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b807e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b807e5 Color CSS Codes

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

#b807e5 Text Font Color

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

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


#b807e5 Background Color

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

This div background color is #b807e5


#b807e5 Border Color

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

This div border color is #b807e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,7,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b807e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b807e5;
  -webkit-box-shadow: 1px 1px 3px 2px #b807e5;
  box-shadow:         1px 1px 3px 2px #b807e5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,7,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b807e5


Comments

No comments written yet.

Please login to write comment.