Color Hex Logo

#b83bad Color Hex

#B83BAD
(184,59,173)
0 Favorites   0 Comments

Color spaces of #b83bad

RGB 18459173
HSL0.850.510.48
HSV305°68°72°
CMYK 0.000.680.06   0.28
XYZ28.874016.335441.1664
Yxy16.33540.33430.1891
Hunter Lab40.417156.7907-32.0973
CIE-Lab47.411562.7935-35.2885

#b83bad color RGB value is (184,59,173).

#b83bad hex color red value is 184, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b83bad hue: 0.85 , saturation: 0.51 and the lightness value of b83bad is 0.48.

The process color (four color CMYK) of #b83bad color hex is 0.00, 0.68, 0.06, 0.28. Web safe color of #b83bad is #cc3399. Color #b83bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111011 10101101
Octal 270 73 255
Decimal 184 59 173
Hex B8 3B AD

RGB Percentages of Color #b83bad

%44.23
%14.18
%41.59

CMYK Percentages of Color #b83bad

%0
%68
%6
%28

Triadic Colors of #b83bad

#b83bad #adb83b #3badb8

Analogous Colors of #b83bad

#b83bad #b83b6f #853bb8

Monochromatic Colors of #b83bad

#b83bad

Complementary Color

#b83bad #3bb846

#b83bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83bad Color CSS Codes

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

#b83bad Text Font Color

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

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


#b83bad Background Color

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

This div background color is #b83bad


#b83bad Border Color

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

This div border color is #b83bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83bad


Comments

No comments written yet.

Please login to write comment.