Color Hex Logo

#b133dd Color Hex

#B133DD
(177,51,221)
0 Favorites   0 Comments

Color spaces of #b133dd

RGB 17751221
HSL0.790.710.53
HSV284°77°87°
CMYK 0.200.770.00   0.13
XYZ32.366416.935269.9695
Yxy16.93520.27140.1420
Hunter Lab41.152468.3737-72.0013
CIE-Lab48.178372.5275-61.9367

#b133dd color RGB value is (177,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110011 11011101
Octal 261 63 335
Decimal 177 51 221
Hex B1 33 DD

RGB Percentages of Color #b133dd

%39.42
%11.36
%49.22

CMYK Percentages of Color #b133dd

%20
%77
%0
%13

Triadic Colors of #b133dd

#b133dd #ddb133 #33ddb1

Analogous Colors of #b133dd

#b133dd #dd33b4 #5c33dd

Monochromatic Colors of #b133dd

#b133dd

Complementary Color

#b133dd #5fdd33

#b133dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b133dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b133dd Color CSS Codes

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

#b133dd Text Font Color

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

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


#b133dd Background Color

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

This div background color is #b133dd


#b133dd Border Color

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

This div border color is #b133dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b133dd


Comments

No comments written yet.

Please login to write comment.