Color Hex Logo

#b25ffb Color Hex

#B25FFB
(178,95,251)
0 Favorites   0 Comments

Color spaces of #b25ffb

RGB 17895251
HSL0.760.950.68
HSV272°62°98°
CMYK 0.290.620.00   0.02
XYZ39.864924.614493.9167
Yxy24.61440.25170.1554
Hunter Lab49.612956.6055-77.5063
CIE-Lab56.697860.9196-65.0403

#b25ffb color RGB value is (178,95,251).

#b25ffb hex color red value is 178, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b25ffb hue: 0.76 , saturation: 0.95 and the lightness value of b25ffb is 0.68.

The process color (four color CMYK) of #b25ffb color hex is 0.29, 0.62, 0.00, 0.02. Web safe color of #b25ffb is #9966ff. Color #b25ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011111 11111011
Octal 262 137 373
Decimal 178 95 251
Hex B2 5F FB

RGB Percentages of Color #b25ffb

%33.97
%18.13
%47.90

CMYK Percentages of Color #b25ffb

%29
%62
%0
%2

Triadic Colors of #b25ffb

#b25ffb #fbb25f #5ffbb2

Analogous Colors of #b25ffb

#b25ffb #fb5ff6 #645ffb

Monochromatic Colors of #b25ffb

#b25ffb

Complementary Color

#b25ffb #a8fb5f

#b25ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25ffb Color CSS Codes

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

#b25ffb Text Font Color

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

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


#b25ffb Background Color

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

This div background color is #b25ffb


#b25ffb Border Color

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

This div border color is #b25ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.