Color Hex Logo

#b25ecb Color Hex

#B25ECB
(178,94,203)
0 Favorites   0 Comments

Color spaces of #b25ecb

RGB 17894203
HSL0.800.510.58
HSV286°54°80°
CMYK 0.120.540.00   0.20
XYZ33.142321.782258.9575
Yxy21.78220.29100.1913
Hunter Lab46.671445.0815-42.2279
CIE-Lab53.795151.0849-42.6768

#b25ecb color RGB value is (178,94,203).

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

The process color (four color CMYK) of #b25ecb color hex is 0.12, 0.54, 0.00, 0.20. Web safe color of #b25ecb is #9966cc. Color #b25ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011110 11001011
Octal 262 136 313
Decimal 178 94 203
Hex B2 5E CB

RGB Percentages of Color #b25ecb

%37.47
%19.79
%42.74

CMYK Percentages of Color #b25ecb

%12
%54
%0
%20

Triadic Colors of #b25ecb

#b25ecb #cbb25e #5ecbb2

Analogous Colors of #b25ecb

#b25ecb #cb5eae #7c5ecb

Monochromatic Colors of #b25ecb

#b25ecb

Complementary Color

#b25ecb #77cb5e

#b25ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25ecb Color CSS Codes

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

#b25ecb Text Font Color

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

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


#b25ecb Background Color

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

This div background color is #b25ecb


#b25ecb Border Color

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

This div border color is #b25ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25ecb


Comments

No comments written yet.

Please login to write comment.