Color Hex Logo

#b73ecc Color Hex

#B73ECC
(183,62,204)
0 Favorites   0 Comments

Color spaces of #b73ecc

RGB 18362204
HSL0.810.580.52
HSV291°70°80°
CMYK 0.100.700.00   0.20
XYZ32.150117.872258.8819
Yxy17.87220.29520.1641
Hunter Lab42.275561.7652-52.9870
CIE-Lab49.340766.7374-50.2871

#b73ecc color RGB value is (183,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111110 11001100
Octal 267 76 314
Decimal 183 62 204
Hex B7 3E CC

RGB Percentages of Color #b73ecc

%40.76
%13.81
%45.43

CMYK Percentages of Color #b73ecc

%10
%70
%0
%20

Triadic Colors of #b73ecc

#b73ecc #ccb73e #3eccb7

Analogous Colors of #b73ecc

#b73ecc #cc3e9a #703ecc

Monochromatic Colors of #b73ecc

#b73ecc

Complementary Color

#b73ecc #53cc3e

#b73ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73ecc Color CSS Codes

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

#b73ecc Text Font Color

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

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


#b73ecc Background Color

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

This div background color is #b73ecc


#b73ecc Border Color

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

This div border color is #b73ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73ecc


Comments

No comments written yet.

Please login to write comment.