Color Hex Logo

#b25dbb Color Hex

#B25DBB
(178,93,187)
0 Favorites   0 Comments

Color spaces of #b25dbb

RGB 17893187
HSL0.820.410.55
HSV294°50°73°
CMYK 0.050.500.00   0.27
XYZ31.244120.881549.3975
Yxy20.88150.30780.2057
Hunter Lab45.696342.0780-32.1049
CIE-Lab52.819648.4387-35.0236

#b25dbb color RGB value is (178,93,187).

#b25dbb hex color red value is 178, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b25dbb hue: 0.82 , saturation: 0.41 and the lightness value of b25dbb is 0.55.

The process color (four color CMYK) of #b25dbb color hex is 0.05, 0.50, 0.00, 0.27. Web safe color of #b25dbb is #9966cc. Color #b25dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011101 10111011
Octal 262 135 273
Decimal 178 93 187
Hex B2 5D BB

RGB Percentages of Color #b25dbb

%38.86
%20.31
%40.83

CMYK Percentages of Color #b25dbb

%5
%50
%0
%27

Triadic Colors of #b25dbb

#b25dbb #bbb25d #5dbbb2

Analogous Colors of #b25dbb

#b25dbb #bb5d95 #835dbb

Monochromatic Colors of #b25dbb

#b25dbb

Complementary Color

#b25dbb #66bb5d

#b25dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25dbb Color CSS Codes

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

#b25dbb Text Font Color

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

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


#b25dbb Background Color

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

This div background color is #b25dbb


#b25dbb Border Color

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

This div border color is #b25dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25dbb


Comments

No comments written yet.

Please login to write comment.