Color Hex Logo

#b25eac Color Hex

#B25EAC
(178,94,172)
0 Favorites   0 Comments

Color spaces of #b25eac

RGB 17894172
HSL0.850.350.53
HSV304°47°70°
CMYK 0.000.470.03   0.30
XYZ29.809220.448941.4056
Yxy20.44890.32520.2231
Hunter Lab45.220538.5309-22.6339
CIE-Lab52.341045.1359-27.0689

#b25eac color RGB value is (178,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011110 10101100
Octal 262 136 254
Decimal 178 94 172
Hex B2 5E AC

RGB Percentages of Color #b25eac

%40.09
%21.17
%38.74

CMYK Percentages of Color #b25eac

%0
%47
%3
%30

Triadic Colors of #b25eac

#b25eac #acb25e #5eacb2

Analogous Colors of #b25eac

#b25eac #b25e82 #8e5eb2

Monochromatic Colors of #b25eac

#b25eac

Complementary Color

#b25eac #5eb264

#b25eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25eac Color CSS Codes

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

#b25eac Text Font Color

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

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


#b25eac Background Color

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

This div background color is #b25eac


#b25eac Border Color

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

This div border color is #b25eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25eac


Comments

No comments written yet.

Please login to write comment.