Color Hex Logo

#b25edb Color Hex

#B25EDB
(178,94,219)
0 Favorites   0 Comments

Color spaces of #b25edb

RGB 17894219
HSL0.780.630.61
HSV280°57°86°
CMYK 0.190.570.00   0.14
XYZ35.149022.584969.5246
Yxy22.58490.27620.1775
Hunter Lab47.523648.8545-53.4718
CIE-Lab54.642254.3980-50.4255

#b25edb color RGB value is (178,94,219).

#b25edb hex color red value is 178, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b25edb hue: 0.78 , saturation: 0.63 and the lightness value of b25edb is 0.61.

The process color (four color CMYK) of #b25edb color hex is 0.19, 0.57, 0.00, 0.14. Web safe color of #b25edb is #9966cc. Color #b25edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011110 11011011
Octal 262 136 333
Decimal 178 94 219
Hex B2 5E DB

RGB Percentages of Color #b25edb

%36.25
%19.14
%44.60

CMYK Percentages of Color #b25edb

%19
%57
%0
%14

Triadic Colors of #b25edb

#b25edb #dbb25e #5edbb2

Analogous Colors of #b25edb

#b25edb #db5ec6 #745edb

Monochromatic Colors of #b25edb

#b25edb

Complementary Color

#b25edb #87db5e

#b25edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25edb Color CSS Codes

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

#b25edb Text Font Color

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

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


#b25edb Background Color

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

This div background color is #b25edb


#b25edb Border Color

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

This div border color is #b25edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25edb


Comments

No comments written yet.

Please login to write comment.