Color Hex Logo

#b25dbf Color Hex

#B25DBF
(178,93,191)
0 Favorites   0 Comments

Color spaces of #b25dbf

RGB 17893191
HSL0.810.430.56
HSV292°51°75°
CMYK 0.070.510.00   0.25
XYZ31.678421.055351.6847
Yxy21.05530.30340.2016
Hunter Lab45.886142.9306-34.6623
CIE-Lab53.010049.2095-37.0314

#b25dbf color RGB value is (178,93,191).

#b25dbf hex color red value is 178, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b25dbf hue: 0.81 , saturation: 0.43 and the lightness value of b25dbf is 0.56.

The process color (four color CMYK) of #b25dbf color hex is 0.07, 0.51, 0.00, 0.25. Web safe color of #b25dbf is #9966cc. Color #b25dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011101 10111111
Octal 262 135 277
Decimal 178 93 191
Hex B2 5D BF

RGB Percentages of Color #b25dbf

%38.53
%20.13
%41.34

CMYK Percentages of Color #b25dbf

%7
%51
%0
%25

Triadic Colors of #b25dbf

#b25dbf #bfb25d #5dbfb2

Analogous Colors of #b25dbf

#b25dbf #bf5d9b #815dbf

Monochromatic Colors of #b25dbf

#b25dbf

Complementary Color

#b25dbf #6abf5d

#b25dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25dbf Color CSS Codes

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

#b25dbf Text Font Color

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

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


#b25dbf Background Color

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

This div background color is #b25dbf


#b25dbf Border Color

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

This div border color is #b25dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25dbf


Comments

No comments written yet.

Please login to write comment.