Color Hex Logo

#b73dcd Color Hex

#B73DCD
(183,61,205)
0 Favorites   0 Comments

Color spaces of #b73dcd

RGB 18361205
HSL0.810.590.52
HSV291°70°80°
CMYK 0.110.700.00   0.20
XYZ32.216617.812559.4978
Yxy17.81250.29410.1626
Hunter Lab42.204962.3975-54.0400
CIE-Lab49.267967.2914-50.9789

#b73dcd color RGB value is (183,61,205).

#b73dcd hex color red value is 183, green value is 61 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b73dcd hue: 0.81 , saturation: 0.59 and the lightness value of b73dcd is 0.52.

The process color (four color CMYK) of #b73dcd color hex is 0.11, 0.70, 0.00, 0.20. Web safe color of #b73dcd is #cc33cc. Color #b73dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111101 11001101
Octal 267 75 315
Decimal 183 61 205
Hex B7 3D CD

RGB Percentages of Color #b73dcd

%40.76
%13.59
%45.66

CMYK Percentages of Color #b73dcd

%11
%70
%0
%20

Triadic Colors of #b73dcd

#b73dcd #cdb73d #3dcdb7

Analogous Colors of #b73dcd

#b73dcd #cd3d9b #6f3dcd

Monochromatic Colors of #b73dcd

#b73dcd

Complementary Color

#b73dcd #53cd3d

#b73dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73dcd Color CSS Codes

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

#b73dcd Text Font Color

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

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


#b73dcd Background Color

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

This div background color is #b73dcd


#b73dcd Border Color

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

This div border color is #b73dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73dcd


Comments

No comments written yet.

Please login to write comment.