Color Hex Logo

#b042df Color Hex

#B042DF
(176,66,223)
0 Favorites   0 Comments

Color spaces of #b042df

RGB 17666223
HSL0.780.710.57
HSV282°70°87°
CMYK 0.210.700.00   0.13
XYZ33.172018.454271.6257
Yxy18.45420.26910.1497
Hunter Lab42.958462.6588-68.7851
CIE-Lab50.042467.3655-60.0738

#b042df color RGB value is (176,66,223).

#b042df hex color red value is 176, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b042df hue: 0.78 , saturation: 0.71 and the lightness value of b042df is 0.57.

The process color (four color CMYK) of #b042df color hex is 0.21, 0.70, 0.00, 0.13. Web safe color of #b042df is #9933cc. Color #b042df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000010 11011111
Octal 260 102 337
Decimal 176 66 223
Hex B0 42 DF

RGB Percentages of Color #b042df

%37.85
%14.19
%47.96

CMYK Percentages of Color #b042df

%21
%70
%0
%13

Triadic Colors of #b042df

#b042df #dfb042 #42dfb0

Analogous Colors of #b042df

#b042df #df42c0 #6242df

Monochromatic Colors of #b042df

#b042df

Complementary Color

#b042df #71df42

#b042df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b042df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b042df Color CSS Codes

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

#b042df Text Font Color

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

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


#b042df Background Color

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

This div background color is #b042df


#b042df Border Color

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

This div border color is #b042df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b042df


Comments

No comments written yet.

Please login to write comment.