Color Hex Logo

#b73fbc Color Hex

#B73FBC
(183,63,188)
0 Favorites   0 Comments

Color spaces of #b73fbc

RGB 18363188
HSL0.830.500.49
HSV298°66°74°
CMYK 0.030.660.00   0.26
XYZ30.383017.253149.3058
Yxy17.25310.31340.1780
Hunter Lab41.536957.8781-41.3037
CIE-Lab48.577463.5243-42.2425

#b73fbc color RGB value is (183,63,188).

#b73fbc hex color red value is 183, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b73fbc hue: 0.83 , saturation: 0.50 and the lightness value of b73fbc is 0.49.

The process color (four color CMYK) of #b73fbc color hex is 0.03, 0.66, 0.00, 0.26. Web safe color of #b73fbc is #cc33cc. Color #b73fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111111 10111100
Octal 267 77 274
Decimal 183 63 188
Hex B7 3F BC

RGB Percentages of Color #b73fbc

%42.17
%14.52
%43.32

CMYK Percentages of Color #b73fbc

%3
%66
%0
%26

Triadic Colors of #b73fbc

#b73fbc #bcb73f #3fbcb7

Analogous Colors of #b73fbc

#b73fbc #bc3f83 #793fbc

Monochromatic Colors of #b73fbc

#b73fbc

Complementary Color

#b73fbc #44bc3f

#b73fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73fbc Color CSS Codes

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

#b73fbc Text Font Color

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

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


#b73fbc Background Color

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

This div background color is #b73fbc


#b73fbc Border Color

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

This div border color is #b73fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,63,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b73fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b73fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #b73fbc;
  box-shadow:         1px 1px 3px 2px #b73fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,63,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73fbc


Comments

No comments written yet.

Please login to write comment.