Color Hex Logo

#b25eaa Color Hex

#B25EAA
(178,94,170)
0 Favorites   0 Comments

Color spaces of #b25eaa

RGB 17894170
HSL0.850.350.53
HSV306°47°70°
CMYK 0.000.470.04   0.30
XYZ29.618520.372740.4015
Yxy20.37270.32770.2254
Hunter Lab45.136138.1442-21.4754
CIE-Lab52.256044.7763-26.0346

#b25eaa color RGB value is (178,94,170).

#b25eaa hex color red value is 178, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b25eaa hue: 0.85 , saturation: 0.35 and the lightness value of b25eaa is 0.53.

The process color (four color CMYK) of #b25eaa color hex is 0.00, 0.47, 0.04, 0.30. Web safe color of #b25eaa is #996699. Color #b25eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011110 10101010
Octal 262 136 252
Decimal 178 94 170
Hex B2 5E AA

RGB Percentages of Color #b25eaa

%40.27
%21.27
%38.46

CMYK Percentages of Color #b25eaa

%0
%47
%4
%30

Triadic Colors of #b25eaa

#b25eaa #aab25e #5eaab2

Analogous Colors of #b25eaa

#b25eaa #b25e80 #905eb2

Monochromatic Colors of #b25eaa

#b25eaa

Complementary Color

#b25eaa #5eb266

#b25eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25eaa Color CSS Codes

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

#b25eaa Text Font Color

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

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


#b25eaa Background Color

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

This div background color is #b25eaa


#b25eaa Border Color

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

This div border color is #b25eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,94,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b25eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b25eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #b25eaa;
  box-shadow:         1px 1px 3px 2px #b25eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,94,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25eaa


Comments

No comments written yet.

Please login to write comment.