Color Hex Logo

#b142ef Color Hex

#B142EF
(177,66,239)
0 Favorites   0 Comments

Color spaces of #b142ef

RGB 17766239
HSL0.770.840.60
HSV278°72°94°
CMYK 0.260.720.00   0.06
XYZ35.659719.475583.5410
Yxy19.47550.25710.1404
Hunter Lab44.131167.0060-81.3455
CIE-Lab51.238970.7969-67.1658

#b142ef color RGB value is (177,66,239).

#b142ef hex color red value is 177, green value is 66 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b142ef hue: 0.77 , saturation: 0.84 and the lightness value of b142ef is 0.60.

The process color (four color CMYK) of #b142ef color hex is 0.26, 0.72, 0.00, 0.06. Web safe color of #b142ef is #9933ff. Color #b142ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000010 11101111
Octal 261 102 357
Decimal 177 66 239
Hex B1 42 EF

RGB Percentages of Color #b142ef

%36.72
%13.69
%49.59

CMYK Percentages of Color #b142ef

%26
%72
%0
%6

Triadic Colors of #b142ef

#b142ef #efb142 #42efb1

Analogous Colors of #b142ef

#b142ef #ef42d7 #5a42ef

Monochromatic Colors of #b142ef

#b142ef

Complementary Color

#b142ef #80ef42

#b142ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b142ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b142ef Color CSS Codes

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

#b142ef Text Font Color

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

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


#b142ef Background Color

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

This div background color is #b142ef


#b142ef Border Color

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

This div border color is #b142ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b142ef


Comments

No comments written yet.

Please login to write comment.