Color Hex Logo

#b307ce Color Hex

#B307CE
(179,7,206)
0 Favorites   0 Comments

Color spaces of #b307ce

RGB 1797206
HSL0.810.930.42
HSV292°97°81°
CMYK 0.130.970.00   0.19
XYZ29.807014.191959.5608
Yxy14.19190.28780.1370
Hunter Lab37.672175.3068-67.3688
CIE-Lab44.506978.8953-59.2452

#b307ce color RGB value is (179,7,206).

#b307ce hex color red value is 179, green value is 7 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b307ce hue: 0.81 , saturation: 0.93 and the lightness value of b307ce is 0.42.

The process color (four color CMYK) of #b307ce color hex is 0.13, 0.97, 0.00, 0.19. Web safe color of #b307ce is #cc00cc. Color #b307ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000111 11001110
Octal 263 7 316
Decimal 179 7 206
Hex B3 7 CE

RGB Percentages of Color #b307ce

%45.66
%1.79
%52.55

CMYK Percentages of Color #b307ce

%13
%97
%0
%19

Triadic Colors of #b307ce

#b307ce #ceb307 #07ceb3

Analogous Colors of #b307ce

#b307ce #ce0786 #5007ce

Monochromatic Colors of #b307ce

#b307ce

Complementary Color

#b307ce #22ce07

#b307ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b307ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b307ce Color CSS Codes

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

#b307ce Text Font Color

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

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


#b307ce Background Color

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

This div background color is #b307ce


#b307ce Border Color

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

This div border color is #b307ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b307ce


Comments

No comments written yet.

Please login to write comment.