Color Hex Logo

#b133df Color Hex

#B133DF
(177,51,223)
0 Favorites   0 Comments

Color spaces of #b133df

RGB 17751223
HSL0.790.730.54
HSV284°77°87°
CMYK 0.210.770.00   0.13
XYZ32.634617.042571.3815
Yxy17.04250.26960.1408
Hunter Lab41.282668.8629-73.6203
CIE-Lab48.313572.9062-62.8567

#b133df color RGB value is (177,51,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110011 11011111
Octal 261 63 337
Decimal 177 51 223
Hex B1 33 DF

RGB Percentages of Color #b133df

%39.25
%11.31
%49.45

CMYK Percentages of Color #b133df

%21
%77
%0
%13

Triadic Colors of #b133df

#b133df #dfb133 #33dfb1

Analogous Colors of #b133df

#b133df #df33b7 #5b33df

Monochromatic Colors of #b133df

#b133df

Complementary Color

#b133df #61df33

#b133df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b133df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b133df Color CSS Codes

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

#b133df Text Font Color

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

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


#b133df Background Color

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

This div background color is #b133df


#b133df Border Color

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

This div border color is #b133df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b133df


Comments

No comments written yet.

Please login to write comment.