Color Hex Logo

#b337dd Color Hex

#B337DD
(179,55,221)
0 Favorites   0 Comments

Color spaces of #b337dd

RGB 17955221
HSL0.790.710.54
HSV285°75°87°
CMYK 0.190.750.00   0.13
XYZ33.007717.536570.0518
Yxy17.53650.27370.1454
Hunter Lab41.876667.4120-69.8676
CIE-Lab48.929071.5824-60.7099

#b337dd color RGB value is (179,55,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110111 11011101
Octal 263 67 335
Decimal 179 55 221
Hex B3 37 DD

RGB Percentages of Color #b337dd

%39.34
%12.09
%48.57

CMYK Percentages of Color #b337dd

%19
%75
%0
%13

Triadic Colors of #b337dd

#b337dd #ddb337 #37ddb3

Analogous Colors of #b337dd

#b337dd #dd37b4 #6037dd

Monochromatic Colors of #b337dd

#b337dd

Complementary Color

#b337dd #61dd37

#b337dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b337dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b337dd Color CSS Codes

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

#b337dd Text Font Color

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

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


#b337dd Background Color

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

This div background color is #b337dd


#b337dd Border Color

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

This div border color is #b337dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b337dd


Comments

No comments written yet.

Please login to write comment.