Color Hex Logo

#b825a2 Color Hex

#B825A2
(184,37,162)
0 Favorites   0 Comments

Color spaces of #b825a2

RGB 18437162
HSL0.860.670.43
HSV309°80°72°
CMYK 0.000.800.12   0.28
XYZ26.950314.122135.4878
Yxy14.12210.35200.1845
Hunter Lab37.579462.2485-29.6845
CIE-Lab44.407568.1048-33.4864

#b825a2 color RGB value is (184,37,162).

#b825a2 hex color red value is 184, green value is 37 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #b825a2 hue: 0.86 , saturation: 0.67 and the lightness value of b825a2 is 0.43.

The process color (four color CMYK) of #b825a2 color hex is 0.00, 0.80, 0.12, 0.28. Web safe color of #b825a2 is #cc3399. Color #b825a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100101 10100010
Octal 270 45 242
Decimal 184 37 162
Hex B8 25 A2

RGB Percentages of Color #b825a2

%48.04
%9.66
%42.30

CMYK Percentages of Color #b825a2

%0
%80
%12
%28

Triadic Colors of #b825a2

#b825a2 #a2b825 #25a2b8

Analogous Colors of #b825a2

#b825a2 #b82558 #8525b8

Monochromatic Colors of #b825a2

#b825a2

Complementary Color

#b825a2 #25b83b

#b825a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b825a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b825a2 Color CSS Codes

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

#b825a2 Text Font Color

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

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


#b825a2 Background Color

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

This div background color is #b825a2


#b825a2 Border Color

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

This div border color is #b825a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b825a2


Comments

No comments written yet.

Please login to write comment.