Color Hex Logo

#b807ec Color Hex

#B807EC
(184,7,236)
0 Favorites   0 Comments

Color spaces of #b807ec

RGB 1847236
HSL0.800.940.48
HSV286°97°93°
CMYK 0.220.970.00   0.07
XYZ34.983516.398480.6783
Yxy16.39840.26490.1242
Hunter Lab40.494983.3397-89.7774
CIE-Lab47.492984.6497-71.5088

#b807ec color RGB value is (184,7,236).

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

The process color (four color CMYK) of #b807ec color hex is 0.22, 0.97, 0.00, 0.07. Web safe color of #b807ec is #cc00ff. Color #b807ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000111 11101100
Octal 270 7 354
Decimal 184 7 236
Hex B8 7 EC

RGB Percentages of Color #b807ec

%43.09
%1.64
%55.27

CMYK Percentages of Color #b807ec

%22
%97
%0
%7

Triadic Colors of #b807ec

#b807ec #ecb807 #07ecb8

Analogous Colors of #b807ec

#b807ec #ec07ae #4607ec

Monochromatic Colors of #b807ec

#b807ec

Complementary Color

#b807ec #3bec07

#b807ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b807ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b807ec Color CSS Codes

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

#b807ec Text Font Color

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

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


#b807ec Background Color

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

This div background color is #b807ec


#b807ec Border Color

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

This div border color is #b807ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b807ec


Comments

No comments written yet.

Please login to write comment.