Color Hex Logo

#b134df Color Hex

#B134DF
(177,52,223)
0 Favorites   0 Comments

Color spaces of #b134df

RGB 17752223
HSL0.790.730.54
HSV284°77°87°
CMYK 0.210.770.00   0.13
XYZ32.678717.130871.3963
Yxy17.13080.26960.1413
Hunter Lab41.389468.5021-73.3022
CIE-Lab48.424472.5859-62.6776

#b134df color RGB value is (177,52,223).

#b134df hex color red value is 177, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b134df hue: 0.79 , saturation: 0.73 and the lightness value of b134df is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110100 11011111
Octal 261 64 337
Decimal 177 52 223
Hex B1 34 DF

RGB Percentages of Color #b134df

%39.16
%11.50
%49.34

CMYK Percentages of Color #b134df

%21
%77
%0
%13

Triadic Colors of #b134df

#b134df #dfb134 #34dfb1

Analogous Colors of #b134df

#b134df #df34b8 #5b34df

Monochromatic Colors of #b134df

#b134df

Complementary Color

#b134df #62df34

#b134df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b134df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b134df Color CSS Codes

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

#b134df Text Font Color

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

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


#b134df Background Color

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

This div background color is #b134df


#b134df Border Color

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

This div border color is #b134df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b134df


Comments

No comments written yet.

Please login to write comment.