Color Hex Logo

#b042fb Color Hex

#B042FB
(176,66,251)
0 Favorites   0 Comments

Color spaces of #b042fb

RGB 17666251
HSL0.770.960.62
HSV276°74°98°
CMYK 0.300.740.00   0.02
XYZ37.265320.091693.1807
Yxy20.09160.24750.1335
Hunter Lab44.823769.9592-91.8772
CIE-Lab51.940673.1056-72.7437

#b042fb color RGB value is (176,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000010 11111011
Octal 260 102 373
Decimal 176 66 251
Hex B0 42 FB

RGB Percentages of Color #b042fb

%35.70
%13.39
%50.91

CMYK Percentages of Color #b042fb

%30
%74
%0
%2

Triadic Colors of #b042fb

#b042fb #fbb042 #42fbb0

Analogous Colors of #b042fb

#b042fb #fb42ea #5442fb

Monochromatic Colors of #b042fb

#b042fb

Complementary Color

#b042fb #8dfb42

#b042fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b042fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b042fb Color CSS Codes

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

#b042fb Text Font Color

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

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


#b042fb Background Color

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

This div background color is #b042fb


#b042fb Border Color

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

This div border color is #b042fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b042fb


Comments

No comments written yet.

Please login to write comment.