Color Hex Logo

#b25ebd Color Hex

#B25EBD
(178,94,189)
0 Favorites   0 Comments

Color spaces of #b25ebd

RGB 17894189
HSL0.810.420.55
HSV293°50°74°
CMYK 0.060.500.00   0.26
XYZ31.548121.144550.5626
Yxy21.14450.30550.2048
Hunter Lab45.983141.9947-33.0065
CIE-Lab53.107348.3141-35.7263

#b25ebd color RGB value is (178,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011110 10111101
Octal 262 136 275
Decimal 178 94 189
Hex B2 5E BD

RGB Percentages of Color #b25ebd

%38.61
%20.39
%41.00

CMYK Percentages of Color #b25ebd

%6
%50
%0
%26

Triadic Colors of #b25ebd

#b25ebd #bdb25e #5ebdb2

Analogous Colors of #b25ebd

#b25ebd #bd5e99 #835ebd

Monochromatic Colors of #b25ebd

#b25ebd

Complementary Color

#b25ebd #69bd5e

#b25ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25ebd Color CSS Codes

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

#b25ebd Text Font Color

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

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


#b25ebd Background Color

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

This div background color is #b25ebd


#b25ebd Border Color

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

This div border color is #b25ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25ebd


Comments

No comments written yet.

Please login to write comment.