Color Hex Logo

#b25cac Color Hex

#B25CAC
(178,92,172)
0 Favorites   0 Comments

Color spaces of #b25cac

RGB 17892172
HSL0.840.360.53
HSV304°48°70°
CMYK 0.000.480.03   0.30
XYZ29.633620.097841.3471
Yxy20.09780.32540.2207
Hunter Lab44.830639.5374-23.3016
CIE-Lab51.947646.1632-27.6789

#b25cac color RGB value is (178,92,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011100 10101100
Octal 262 134 254
Decimal 178 92 172
Hex B2 5C AC

RGB Percentages of Color #b25cac

%40.27
%20.81
%38.91

CMYK Percentages of Color #b25cac

%0
%48
%3
%30

Triadic Colors of #b25cac

#b25cac #acb25c #5cacb2

Analogous Colors of #b25cac

#b25cac #b25c81 #8d5cb2

Monochromatic Colors of #b25cac

#b25cac

Complementary Color

#b25cac #5cb262

#b25cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25cac Color CSS Codes

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

#b25cac Text Font Color

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

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


#b25cac Background Color

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

This div background color is #b25cac


#b25cac Border Color

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

This div border color is #b25cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25cac


Comments

No comments written yet.

Please login to write comment.