Color Hex Logo

#b73cbc Color Hex

#B73CBC
(183,60,188)
0 Favorites   0 Comments

Color spaces of #b73cbc

RGB 18360188
HSL0.830.520.49
HSV298°68°74°
CMYK 0.030.680.00   0.26
XYZ30.221416.929849.2519
Yxy16.92980.31350.1756
Hunter Lab41.145859.1021-42.1685
CIE-Lab48.171564.6667-42.8864

#b73cbc color RGB value is (183,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111100 10111100
Octal 267 74 274
Decimal 183 60 188
Hex B7 3C BC

RGB Percentages of Color #b73cbc

%42.46
%13.92
%43.62

CMYK Percentages of Color #b73cbc

%3
%68
%0
%26

Triadic Colors of #b73cbc

#b73cbc #bcb73c #3cbcb7

Analogous Colors of #b73cbc

#b73cbc #bc3c81 #773cbc

Monochromatic Colors of #b73cbc

#b73cbc

Complementary Color

#b73cbc #41bc3c

#b73cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73cbc Color CSS Codes

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

#b73cbc Text Font Color

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

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


#b73cbc Background Color

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

This div background color is #b73cbc


#b73cbc Border Color

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

This div border color is #b73cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,60,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 #b73cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73cbc


Comments

No comments written yet.

Please login to write comment.