Color Hex Logo

#b73fdd Color Hex

#B73FDD
(183,63,221)
0 Favorites   0 Comments

Color spaces of #b73fdd

RGB 18363221
HSL0.790.700.56
HSV286°71°87°
CMYK 0.170.710.00   0.13
XYZ34.357118.842870.2328
Yxy18.84280.27830.1527
Hunter Lab43.408365.3159-65.5429
CIE-Lab50.502869.5245-58.1452

#b73fdd color RGB value is (183,63,221).

#b73fdd hex color red value is 183, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b73fdd hue: 0.79 , saturation: 0.70 and the lightness value of b73fdd is 0.56.

The process color (four color CMYK) of #b73fdd color hex is 0.17, 0.71, 0.00, 0.13. Web safe color of #b73fdd is #cc33cc. Color #b73fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111111 11011101
Octal 267 77 335
Decimal 183 63 221
Hex B7 3F DD

RGB Percentages of Color #b73fdd

%39.19
%13.49
%47.32

CMYK Percentages of Color #b73fdd

%17
%71
%0
%13

Triadic Colors of #b73fdd

#b73fdd #ddb73f #3fddb7

Analogous Colors of #b73fdd

#b73fdd #dd3fb4 #683fdd

Monochromatic Colors of #b73fdd

#b73fdd

Complementary Color

#b73fdd #65dd3f

#b73fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73fdd Color CSS Codes

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

#b73fdd Text Font Color

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

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


#b73fdd Background Color

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

This div background color is #b73fdd


#b73fdd Border Color

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

This div border color is #b73fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73fdd


Comments

No comments written yet.

Please login to write comment.