Color Hex Logo

#b25fdb Color Hex

#B25FDB
(178,95,219)
0 Favorites   0 Comments

Color spaces of #b25fdb

RGB 17895219
HSL0.780.630.62
HSV280°57°86°
CMYK 0.190.570.00   0.14
XYZ35.238522.763969.5544
Yxy22.76390.27630.1785
Hunter Lab47.711548.3403-53.0356
CIE-Lab54.828353.9001-50.1292

#b25fdb color RGB value is (178,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011111 11011011
Octal 262 137 333
Decimal 178 95 219
Hex B2 5F DB

RGB Percentages of Color #b25fdb

%36.18
%19.31
%44.51

CMYK Percentages of Color #b25fdb

%19
%57
%0
%14

Triadic Colors of #b25fdb

#b25fdb #dbb25f #5fdbb2

Analogous Colors of #b25fdb

#b25fdb #db5fc6 #745fdb

Monochromatic Colors of #b25fdb

#b25fdb

Complementary Color

#b25fdb #88db5f

#b25fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25fdb Color CSS Codes

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

#b25fdb Text Font Color

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

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


#b25fdb Background Color

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

This div background color is #b25fdb


#b25fdb Border Color

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

This div border color is #b25fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25fdb


Comments

No comments written yet.

Please login to write comment.