Color Hex Logo

#b25abd Color Hex

#B25ABD
(178,90,189)
0 Favorites   0 Comments

Color spaces of #b25abd

RGB 17890189
HSL0.810.430.55
HSV293°52°74°
CMYK 0.060.520.00   0.26
XYZ31.201620.451450.4471
Yxy20.45140.30560.2003
Hunter Lab45.223244.0148-34.4825
CIE-Lab52.343850.3330-36.9247

#b25abd color RGB value is (178,90,189).

#b25abd hex color red value is 178, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b25abd hue: 0.81 , saturation: 0.43 and the lightness value of b25abd is 0.55.

The process color (four color CMYK) of #b25abd color hex is 0.06, 0.52, 0.00, 0.26. Web safe color of #b25abd is #9966cc. Color #b25abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011010 10111101
Octal 262 132 275
Decimal 178 90 189
Hex B2 5A BD

RGB Percentages of Color #b25abd

%38.95
%19.69
%41.36

CMYK Percentages of Color #b25abd

%6
%52
%0
%26

Triadic Colors of #b25abd

#b25abd #bdb25a #5abdb2

Analogous Colors of #b25abd

#b25abd #bd5a97 #815abd

Monochromatic Colors of #b25abd

#b25abd

Complementary Color

#b25abd #65bd5a

#b25abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25abd Color CSS Codes

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

#b25abd Text Font Color

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

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


#b25abd Background Color

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

This div background color is #b25abd


#b25abd Border Color

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

This div border color is #b25abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25abd


Comments

No comments written yet.

Please login to write comment.