Color Hex Logo

#b73cbd Color Hex

#B73CBD
(183,60,189)
0 Favorites   0 Comments

Color spaces of #b73cbd

RGB 18360189
HSL0.830.520.49
HSV297°68°74°
CMYK 0.030.680.00   0.26
XYZ30.329616.973149.8217
Yxy16.97310.31230.1748
Hunter Lab41.198459.3115-42.8611
CIE-Lab48.226164.8379-43.3819

#b73cbd color RGB value is (183,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111100 10111101
Octal 267 74 275
Decimal 183 60 189
Hex B7 3C BD

RGB Percentages of Color #b73cbd

%42.36
%13.89
%43.75

CMYK Percentages of Color #b73cbd

%3
%68
%0
%26

Triadic Colors of #b73cbd

#b73cbd #bdb73c #3cbdb7

Analogous Colors of #b73cbd

#b73cbd #bd3c83 #773cbd

Monochromatic Colors of #b73cbd

#b73cbd

Complementary Color

#b73cbd #42bd3c

#b73cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73cbd Color CSS Codes

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

#b73cbd Text Font Color

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

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


#b73cbd Background Color

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

This div background color is #b73cbd


#b73cbd Border Color

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

This div border color is #b73cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73cbd


Comments

No comments written yet.

Please login to write comment.