Color Hex Logo

#b253ac Color Hex

#B253AC
(178,83,172)
0 Favorites   0 Comments

Color spaces of #b253ac

RGB 17883172
HSL0.840.380.51
HSV304°53°70°
CMYK 0.000.530.03   0.30
XYZ28.899718.630041.1025
Yxy18.63000.32610.2102
Hunter Lab43.162543.9814-26.2466
CIE-Lab50.251550.6518-30.3171

#b253ac color RGB value is (178,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 10101100
Octal 262 123 254
Decimal 178 83 172
Hex B2 53 AC

RGB Percentages of Color #b253ac

%41.11
%19.17
%39.72

CMYK Percentages of Color #b253ac

%0
%53
%3
%30

Triadic Colors of #b253ac

#b253ac #acb253 #53acb2

Analogous Colors of #b253ac

#b253ac #b2537d #8953b2

Monochromatic Colors of #b253ac

#b253ac

Complementary Color

#b253ac #53b259

#b253ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b253ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b253ac Color CSS Codes

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

#b253ac Text Font Color

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

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


#b253ac Background Color

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

This div background color is #b253ac


#b253ac Border Color

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

This div border color is #b253ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b253ac


Comments

No comments written yet.

Please login to write comment.