Color Hex Logo

#b25acc Color Hex

#B25ACC
(178,90,204)
0 Favorites   0 Comments

Color spaces of #b25acc

RGB 17890204
HSL0.800.530.58
HSV286°56°80°
CMYK 0.130.560.00   0.20
XYZ32.915321.136959.4717
Yxy21.13690.28990.1862
Hunter Lab45.974947.3394-44.5133
CIE-Lab53.099053.2802-44.3496

#b25acc color RGB value is (178,90,204).

#b25acc hex color red value is 178, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b25acc hue: 0.80 , saturation: 0.53 and the lightness value of b25acc is 0.58.

The process color (four color CMYK) of #b25acc color hex is 0.13, 0.56, 0.00, 0.20. Web safe color of #b25acc is #9966cc. Color #b25acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011010 11001100
Octal 262 132 314
Decimal 178 90 204
Hex B2 5A CC

RGB Percentages of Color #b25acc

%37.71
%19.07
%43.22

CMYK Percentages of Color #b25acc

%13
%56
%0
%20

Triadic Colors of #b25acc

#b25acc #ccb25a #5accb2

Analogous Colors of #b25acc

#b25acc #cc5aad #795acc

Monochromatic Colors of #b25acc

#b25acc

Complementary Color

#b25acc #74cc5a

#b25acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25acc Color CSS Codes

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

#b25acc Text Font Color

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

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


#b25acc Background Color

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

This div background color is #b25acc


#b25acc Border Color

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

This div border color is #b25acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25acc


Comments

No comments written yet.

Please login to write comment.