Color Hex Logo

#b73bdf Color Hex

#B73BDF
(183,59,223)
0 Favorites   0 Comments

Color spaces of #b73bdf

RGB 18359223
HSL0.790.720.55
HSV285°74°87°
CMYK 0.180.740.00   0.13
XYZ34.411718.522971.5736
Yxy18.52290.27640.1488
Hunter Lab43.038267.4047-68.4739
CIE-Lab50.124371.3445-59.8905

#b73bdf color RGB value is (183,59,223).

#b73bdf hex color red value is 183, green value is 59 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b73bdf hue: 0.79 , saturation: 0.72 and the lightness value of b73bdf is 0.55.

The process color (four color CMYK) of #b73bdf color hex is 0.18, 0.74, 0.00, 0.13. Web safe color of #b73bdf is #cc33cc. Color #b73bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111011 11011111
Octal 267 73 337
Decimal 183 59 223
Hex B7 3B DF

RGB Percentages of Color #b73bdf

%39.35
%12.69
%47.96

CMYK Percentages of Color #b73bdf

%18
%74
%0
%13

Triadic Colors of #b73bdf

#b73bdf #dfb73b #3bdfb7

Analogous Colors of #b73bdf

#b73bdf #df3bb5 #653bdf

Monochromatic Colors of #b73bdf

#b73bdf

Complementary Color

#b73bdf #63df3b

#b73bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73bdf Color CSS Codes

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

#b73bdf Text Font Color

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

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


#b73bdf Background Color

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

This div background color is #b73bdf


#b73bdf Border Color

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

This div border color is #b73bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73bdf


Comments

No comments written yet.

Please login to write comment.