Color Hex Logo

#b25dba Color Hex

#B25DBA
(178,93,186)
0 Favorites   0 Comments

Color spaces of #b25dba

RGB 17893186
HSL0.820.400.55
HSV295°50°73°
CMYK 0.040.500.00   0.27
XYZ31.137420.838848.8356
Yxy20.83880.30890.2067
Hunter Lab45.649541.8676-31.4734
CIE-Lab52.772648.2478-34.5196

#b25dba color RGB value is (178,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011101 10111010
Octal 262 135 272
Decimal 178 93 186
Hex B2 5D BA

RGB Percentages of Color #b25dba

%38.95
%20.35
%40.70

CMYK Percentages of Color #b25dba

%4
%50
%0
%27

Triadic Colors of #b25dba

#b25dba #bab25d #5dbab2

Analogous Colors of #b25dba

#b25dba #ba5d94 #845dba

Monochromatic Colors of #b25dba

#b25dba

Complementary Color

#b25dba #65ba5d

#b25dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25dba Color CSS Codes

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

#b25dba Text Font Color

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

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


#b25dba Background Color

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

This div background color is #b25dba


#b25dba Border Color

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

This div border color is #b25dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25dba


Comments

No comments written yet.

Please login to write comment.