Color Hex Logo

#b83bae Color Hex

#B83BAE
(184,59,174)
0 Favorites   0 Comments

Color spaces of #b83bae

RGB 18459174
HSL0.850.510.48
HSV305°68°72°
CMYK 0.000.680.05   0.28
XYZ28.971116.374341.6780
Yxy16.37430.33290.1882
Hunter Lab40.465256.9833-32.7414
CIE-Lab47.461862.9530-35.7984

#b83bae color RGB value is (184,59,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111011 10101110
Octal 270 73 256
Decimal 184 59 174
Hex B8 3B AE

RGB Percentages of Color #b83bae

%44.12
%14.15
%41.73

CMYK Percentages of Color #b83bae

%0
%68
%5
%28

Triadic Colors of #b83bae

#b83bae #aeb83b #3baeb8

Analogous Colors of #b83bae

#b83bae #b83b70 #843bb8

Monochromatic Colors of #b83bae

#b83bae

Complementary Color

#b83bae #3bb845

#b83bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83bae Color CSS Codes

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

#b83bae Text Font Color

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

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


#b83bae Background Color

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

This div background color is #b83bae


#b83bae Border Color

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

This div border color is #b83bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83bae


Comments

No comments written yet.

Please login to write comment.