Color Hex Logo

#b334ed Color Hex

#B334ED
(179,52,237)
0 Favorites   0 Comments

Color spaces of #b334ed

RGB 17952237
HSL0.780.840.57
HSV281°78°93°
CMYK 0.240.780.00   0.07
XYZ35.104518.154181.7746
Yxy18.15410.26000.1344
Hunter Lab42.607672.5031-83.9669
CIE-Lab49.682575.6245-68.5497

#b334ed color RGB value is (179,52,237).

#b334ed hex color red value is 179, green value is 52 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b334ed hue: 0.78 , saturation: 0.84 and the lightness value of b334ed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 11101101
Octal 263 64 355
Decimal 179 52 237
Hex B3 34 ED

RGB Percentages of Color #b334ed

%38.25
%11.11
%50.64

CMYK Percentages of Color #b334ed

%24
%78
%0
%7

Triadic Colors of #b334ed

#b334ed #edb334 #34edb3

Analogous Colors of #b334ed

#b334ed #ed34cb #5734ed

Monochromatic Colors of #b334ed

#b334ed

Complementary Color

#b334ed #6eed34

#b334ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b334ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b334ed Color CSS Codes

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

#b334ed Text Font Color

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

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


#b334ed Background Color

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

This div background color is #b334ed


#b334ed Border Color

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

This div border color is #b334ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b334ed


Comments

No comments written yet.

Please login to write comment.