Color Hex Logo

#b25fdf Color Hex

#B25FDF
(178,95,223)
0 Favorites   0 Comments

Color spaces of #b25fdf

RGB 17895223
HSL0.770.670.62
HSV279°57°87°
CMYK 0.200.570.00   0.13
XYZ35.771622.977172.3617
Yxy22.97710.27280.1753
Hunter Lab47.934449.3223-55.9499
CIE-Lab55.048754.7522-52.0360

#b25fdf color RGB value is (178,95,223).

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

The process color (four color CMYK) of #b25fdf color hex is 0.20, 0.57, 0.00, 0.13. Web safe color of #b25fdf is #9966cc. Color #b25fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011111 11011111
Octal 262 137 337
Decimal 178 95 223
Hex B2 5F DF

RGB Percentages of Color #b25fdf

%35.89
%19.15
%44.96

CMYK Percentages of Color #b25fdf

%20
%57
%0
%13

Triadic Colors of #b25fdf

#b25fdf #dfb25f #5fdfb2

Analogous Colors of #b25fdf

#b25fdf #df5fcc #725fdf

Monochromatic Colors of #b25fdf

#b25fdf

Complementary Color

#b25fdf #8cdf5f

#b25fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25fdf Color CSS Codes

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

#b25fdf Text Font Color

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

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


#b25fdf Background Color

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

This div background color is #b25fdf


#b25fdf Border Color

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

This div border color is #b25fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25fdf


Comments

No comments written yet.

Please login to write comment.