Color Hex Logo

#b339da Color Hex

#B339DA
(179,57,218)
0 Favorites   0 Comments

Color spaces of #b339da

RGB 17957218
HSL0.790.690.54
HSV285°74°85°
CMYK 0.180.740.00   0.15
XYZ32.708417.571967.9975
Yxy17.57190.27650.1486
Hunter Lab41.918965.9218-66.8324
CIE-Lab48.972770.3288-58.9301

#b339da color RGB value is (179,57,218).

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

The process color (four color CMYK) of #b339da color hex is 0.18, 0.74, 0.00, 0.15. Web safe color of #b339da is #cc33cc. Color #b339da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 11011010
Octal 263 71 332
Decimal 179 57 218
Hex B3 39 DA

RGB Percentages of Color #b339da

%39.43
%12.56
%48.02

CMYK Percentages of Color #b339da

%18
%74
%0
%15

Triadic Colors of #b339da

#b339da #dab339 #39dab3

Analogous Colors of #b339da

#b339da #da39b1 #6339da

Monochromatic Colors of #b339da

#b339da

Complementary Color

#b339da #60da39

#b339da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b339da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b339da Color CSS Codes

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

#b339da Text Font Color

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

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


#b339da Background Color

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

This div background color is #b339da


#b339da Border Color

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

This div border color is #b339da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,57,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b339da


Comments

No comments written yet.

Please login to write comment.