Color Hex Logo

#b334fd Color Hex

#B334FD
(179,52,253)
0 Favorites   0 Comments

Color spaces of #b334fd

RGB 17952253
HSL0.770.980.60
HSV278°79°99°
CMYK 0.290.790.00   0.01
XYZ37.548019.131594.6423
Yxy19.13150.24810.1264
Hunter Lab43.739676.6881-97.6721
CIE-Lab50.840778.7697-75.6277

#b334fd color RGB value is (179,52,253).

#b334fd hex color red value is 179, green value is 52 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b334fd hue: 0.77 , saturation: 0.98 and the lightness value of b334fd is 0.60.

The process color (four color CMYK) of #b334fd color hex is 0.29, 0.79, 0.00, 0.01. Web safe color of #b334fd is #cc33ff. Color #b334fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 11111101
Octal 263 64 375
Decimal 179 52 253
Hex B3 34 FD

RGB Percentages of Color #b334fd

%36.98
%10.74
%52.27

CMYK Percentages of Color #b334fd

%29
%79
%0
%1

Triadic Colors of #b334fd

#b334fd #fdb334 #34fdb3

Analogous Colors of #b334fd

#b334fd #fd34e3 #4e34fd

Monochromatic Colors of #b334fd

#b334fd

Complementary Color

#b334fd #7efd34

#b334fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b334fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b334fd Color CSS Codes

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

#b334fd Text Font Color

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

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


#b334fd Background Color

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

This div background color is #b334fd


#b334fd Border Color

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

This div border color is #b334fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b334fd

Related Colors


Comments

No comments written yet.

Please login to write comment.