Color Hex Logo

#b336dd Color Hex

#B336DD
(179,54,221)
0 Favorites   0 Comments

Color spaces of #b336dd

RGB 17954221
HSL0.790.710.54
HSV285°76°87°
CMYK 0.190.760.00   0.13
XYZ32.960717.442570.0361
Yxy17.44250.27370.1448
Hunter Lab41.764267.7864-70.1908
CIE-Lab48.812871.9165-60.8974

#b336dd color RGB value is (179,54,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110110 11011101
Octal 263 66 335
Decimal 179 54 221
Hex B3 36 DD

RGB Percentages of Color #b336dd

%39.43
%11.89
%48.68

CMYK Percentages of Color #b336dd

%19
%76
%0
%13

Triadic Colors of #b336dd

#b336dd #ddb336 #36ddb3

Analogous Colors of #b336dd

#b336dd #dd36b4 #5f36dd

Monochromatic Colors of #b336dd

#b336dd

Complementary Color

#b336dd #60dd36

#b336dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b336dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b336dd Color CSS Codes

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

#b336dd Text Font Color

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

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


#b336dd Background Color

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

This div background color is #b336dd


#b336dd Border Color

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

This div border color is #b336dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b336dd


Comments

No comments written yet.

Please login to write comment.