Color Hex Logo

#b255ac Color Hex

#B255AC
(178,85,172)
0 Favorites   0 Comments

Color spaces of #b255ac

RGB 17885172
HSL0.840.380.52
HSV304°52°70°
CMYK 0.000.520.03   0.30
XYZ29.055018.940541.1542
Yxy18.94050.32590.2125
Hunter Lab43.520743.0078-25.6016
CIE-Lab50.617549.6752-29.7466

#b255ac color RGB value is (178,85,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 10101100
Octal 262 125 254
Decimal 178 85 172
Hex B2 55 AC

RGB Percentages of Color #b255ac

%40.92
%19.54
%39.54

CMYK Percentages of Color #b255ac

%0
%52
%3
%30

Triadic Colors of #b255ac

#b255ac #acb255 #55acb2

Analogous Colors of #b255ac

#b255ac #b2557e #8a55b2

Monochromatic Colors of #b255ac

#b255ac

Complementary Color

#b255ac #55b25b

#b255ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b255ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b255ac Color CSS Codes

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

#b255ac Text Font Color

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

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


#b255ac Background Color

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

This div background color is #b255ac


#b255ac Border Color

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

This div border color is #b255ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b255ac


Comments

No comments written yet.

Please login to write comment.