Color Hex Logo

#b34ffd Color Hex

#B34FFD
(179,79,253)
0 Favorites   0 Comments

Color spaces of #b34ffd

RGB 17979253
HSL0.760.980.65
HSV274°69°99°
CMYK 0.290.690.00   0.01
XYZ39.116022.267595.1649
Yxy22.26750.24990.1422
Hunter Lab47.188565.3845-86.5382
CIE-Lab54.309768.8546-69.9974

#b34ffd color RGB value is (179,79,253).

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

The process color (four color CMYK) of #b34ffd color hex is 0.29, 0.69, 0.00, 0.01. Web safe color of #b34ffd is #cc66ff. Color #b34ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001111 11111101
Octal 263 117 375
Decimal 179 79 253
Hex B3 4F FD

RGB Percentages of Color #b34ffd

%35.03
%15.46
%49.51

CMYK Percentages of Color #b34ffd

%29
%69
%0
%1

Triadic Colors of #b34ffd

#b34ffd #fdb34f #4ffdb3

Analogous Colors of #b34ffd

#b34ffd #fd4ff0 #5c4ffd

Monochromatic Colors of #b34ffd

#b34ffd

Complementary Color

#b34ffd #99fd4f

#b34ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34ffd Color CSS Codes

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

#b34ffd Text Font Color

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

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


#b34ffd Background Color

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

This div background color is #b34ffd


#b34ffd Border Color

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

This div border color is #b34ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.