Color Hex Logo

#b025fb Color Hex

#B025FB
(176,37,251)
0 Favorites   0 Comments

Color spaces of #b025fb

RGB 17637251
HSL0.770.960.56
HSV279°85°98°
CMYK 0.300.850.00   0.02
XYZ35.978717.518392.7519
Yxy17.51830.24600.1198
Hunter Lab41.854980.1937-102.0904
CIE-Lab48.906681.9224-77.6831

#b025fb color RGB value is (176,37,251).

#b025fb hex color red value is 176, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b025fb hue: 0.77 , saturation: 0.96 and the lightness value of b025fb is 0.56.

The process color (four color CMYK) of #b025fb color hex is 0.30, 0.85, 0.00, 0.02. Web safe color of #b025fb is #9933ff. Color #b025fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 11111011
Octal 260 45 373
Decimal 176 37 251
Hex B0 25 FB

RGB Percentages of Color #b025fb

%37.93
%7.97
%54.09

CMYK Percentages of Color #b025fb

%30
%85
%0
%2

Triadic Colors of #b025fb

#b025fb #fbb025 #25fbb0

Analogous Colors of #b025fb

#b025fb #fb25db #4525fb

Monochromatic Colors of #b025fb

#b025fb

Complementary Color

#b025fb #70fb25

#b025fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b025fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b025fb Color CSS Codes

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

#b025fb Text Font Color

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

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


#b025fb Background Color

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

This div background color is #b025fb


#b025fb Border Color

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

This div border color is #b025fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,37,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 #b025fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b025fb


Comments

No comments written yet.

Please login to write comment.