Color Hex Logo

#b025fc Color Hex

#B025FC
(176,37,252)
0 Favorites   0 Comments

Color spaces of #b025fc

RGB 17637252
HSL0.770.970.57
HSV279°85°99°
CMYK 0.300.850.00   0.01
XYZ36.136817.581593.5844
Yxy17.58150.24530.1194
Hunter Lab41.930380.4587-102.9784
CIE-Lab48.984582.1154-78.1142

#b025fc color RGB value is (176,37,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100101 11111100
Octal 260 45 374
Decimal 176 37 252
Hex B0 25 FC

RGB Percentages of Color #b025fc

%37.85
%7.96
%54.19

CMYK Percentages of Color #b025fc

%30
%85
%0
%1

Triadic Colors of #b025fc

#b025fc #fcb025 #25fcb0

Analogous Colors of #b025fc

#b025fc #fc25dd #4425fc

Monochromatic Colors of #b025fc

#b025fc

Complementary Color

#b025fc #71fc25

#b025fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b025fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b025fc Color CSS Codes

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

#b025fc Text Font Color

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

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


#b025fc Background Color

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

This div background color is #b025fc


#b025fc Border Color

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

This div border color is #b025fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,37,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b025fc

Related Colors


Comments

No comments written yet.

Please login to write comment.