Color Hex Logo

#b82bae Color Hex

#B82BAE
(184,43,174)
0 Favorites   0 Comments

Color spaces of #b82bae

RGB 18443174
HSL0.850.620.45
HSV304°77°72°
CMYK 0.000.770.05   0.28
XYZ28.271014.974141.4446
Yxy14.97410.33380.1768
Hunter Lab38.696462.6908-36.4133
CIE-Lab45.598768.2509-38.7390

#b82bae color RGB value is (184,43,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101011 10101110
Octal 270 53 256
Decimal 184 43 174
Hex B8 2B AE

RGB Percentages of Color #b82bae

%45.89
%10.72
%43.39

CMYK Percentages of Color #b82bae

%0
%77
%5
%28

Triadic Colors of #b82bae

#b82bae #aeb82b #2baeb8

Analogous Colors of #b82bae

#b82bae #b82b68 #7c2bb8

Monochromatic Colors of #b82bae

#b82bae

Complementary Color

#b82bae #2bb835

#b82bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82bae Color CSS Codes

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

#b82bae Text Font Color

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

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


#b82bae Background Color

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

This div background color is #b82bae


#b82bae Border Color

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

This div border color is #b82bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,43,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 #b82bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82bae


Comments

No comments written yet.

Please login to write comment.