Color Hex Logo

#b333dd Color Hex

#B333DD
(179,51,221)
0 Favorites   0 Comments

Color spaces of #b333dd

RGB 17951221
HSL0.790.710.53
HSV285°77°87°
CMYK 0.190.770.00   0.13
XYZ32.825417.171869.9910
Yxy17.17180.27360.1431
Hunter Lab41.438968.8790-71.1347
CIE-Lab48.475872.8879-61.4415

#b333dd color RGB value is (179,51,221).

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

The process color (four color CMYK) of #b333dd color hex is 0.19, 0.77, 0.00, 0.13. Web safe color of #b333dd is #cc33cc. Color #b333dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110011 11011101
Octal 263 63 335
Decimal 179 51 221
Hex B3 33 DD

RGB Percentages of Color #b333dd

%39.69
%11.31
%49.00

CMYK Percentages of Color #b333dd

%19
%77
%0
%13

Triadic Colors of #b333dd

#b333dd #ddb333 #33ddb3

Analogous Colors of #b333dd

#b333dd #dd33b2 #5e33dd

Monochromatic Colors of #b333dd

#b333dd

Complementary Color

#b333dd #5ddd33

#b333dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b333dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b333dd Color CSS Codes

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

#b333dd Text Font Color

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

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


#b333dd Background Color

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

This div background color is #b333dd


#b333dd Border Color

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

This div border color is #b333dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b333dd


Comments

No comments written yet.

Please login to write comment.