Color Hex Logo

#b142df Color Hex

#B142DF
(177,66,223)
0 Favorites   0 Comments

Color spaces of #b142df

RGB 17766223
HSL0.780.710.57
HSV282°70°87°
CMYK 0.210.700.00   0.13
XYZ33.399018.571371.6363
Yxy18.57130.27020.1502
Hunter Lab43.094462.9256-68.3923
CIE-Lab50.181867.5658-59.8420

#b142df color RGB value is (177,66,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000010 11011111
Octal 261 102 337
Decimal 177 66 223
Hex B1 42 DF

RGB Percentages of Color #b142df

%37.98
%14.16
%47.85

CMYK Percentages of Color #b142df

%21
%70
%0
%13

Triadic Colors of #b142df

#b142df #dfb142 #42dfb1

Analogous Colors of #b142df

#b142df #df42bf #6342df

Monochromatic Colors of #b142df

#b142df

Complementary Color

#b142df #70df42

#b142df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b142df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b142df Color CSS Codes

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

#b142df Text Font Color

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

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


#b142df Background Color

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

This div background color is #b142df


#b142df Border Color

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

This div border color is #b142df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b142df


Comments

No comments written yet.

Please login to write comment.