Color Hex Logo

#b348ed Color Hex

#B348ED
(179,72,237)
0 Favorites   0 Comments

Color spaces of #b348ed

RGB 17972237
HSL0.770.820.61
HSV279°70°93°
CMYK 0.240.700.00   0.07
XYZ36.193820.332982.1378
Yxy20.33290.26100.1466
Hunter Lab45.092064.3647-76.4359
CIE-Lab52.211568.3963-64.4580

#b348ed color RGB value is (179,72,237).

#b348ed hex color red value is 179, green value is 72 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b348ed hue: 0.77 , saturation: 0.82 and the lightness value of b348ed is 0.61.

The process color (four color CMYK) of #b348ed color hex is 0.24, 0.70, 0.00, 0.07. Web safe color of #b348ed is #cc33ff. Color #b348ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001000 11101101
Octal 263 110 355
Decimal 179 72 237
Hex B3 48 ED

RGB Percentages of Color #b348ed

%36.68
%14.75
%48.57

CMYK Percentages of Color #b348ed

%24
%70
%0
%7

Triadic Colors of #b348ed

#b348ed #edb348 #48edb3

Analogous Colors of #b348ed

#b348ed #ed48d5 #6148ed

Monochromatic Colors of #b348ed

#b348ed

Complementary Color

#b348ed #82ed48

#b348ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b348ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b348ed Color CSS Codes

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

#b348ed Text Font Color

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

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


#b348ed Background Color

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

This div background color is #b348ed


#b348ed Border Color

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

This div border color is #b348ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b348ed


Comments

No comments written yet.

Please login to write comment.