Color Hex Logo

#b133de Color Hex

#B133DE
(177,51,222)
0 Favorites   0 Comments

Color spaces of #b133de

RGB 17751222
HSL0.790.720.54
HSV284°77°87°
CMYK 0.200.770.00   0.13
XYZ32.500116.988770.6734
Yxy16.98870.27050.1414
Hunter Lab41.217468.6178-72.8096
CIE-Lab48.245872.7166-62.3971

#b133de color RGB value is (177,51,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110011 11011110
Octal 261 63 336
Decimal 177 51 222
Hex B1 33 DE

RGB Percentages of Color #b133de

%39.33
%11.33
%49.33

CMYK Percentages of Color #b133de

%20
%77
%0
%13

Triadic Colors of #b133de

#b133de #deb133 #33deb1

Analogous Colors of #b133de

#b133de #de33b6 #5b33de

Monochromatic Colors of #b133de

#b133de

Complementary Color

#b133de #60de33

#b133de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b133de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b133de Color CSS Codes

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

#b133de Text Font Color

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

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


#b133de Background Color

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

This div background color is #b133de


#b133de Border Color

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

This div border color is #b133de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b133de


Comments

No comments written yet.

Please login to write comment.