Color Hex Logo

#b34efd Color Hex

#B34EFD
(179,78,253)
0 Favorites   0 Comments

Color spaces of #b34efd

RGB 17978253
HSL0.760.980.65
HSV275°69°99°
CMYK 0.290.690.00   0.01
XYZ39.044422.124395.1411
Yxy22.12430.24980.1415
Hunter Lab47.036565.8568-87.0009
CIE-Lab54.158669.2786-70.2419

#b34efd color RGB value is (179,78,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001110 11111101
Octal 263 116 375
Decimal 179 78 253
Hex B3 4E FD

RGB Percentages of Color #b34efd

%35.10
%15.29
%49.61

CMYK Percentages of Color #b34efd

%29
%69
%0
%1

Triadic Colors of #b34efd

#b34efd #fdb34e #4efdb3

Analogous Colors of #b34efd

#b34efd #fd4ef0 #5b4efd

Monochromatic Colors of #b34efd

#b34efd

Complementary Color

#b34efd #98fd4e

#b34efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34efd Color CSS Codes

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

#b34efd Text Font Color

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

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


#b34efd Background Color

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

This div background color is #b34efd


#b34efd Border Color

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

This div border color is #b34efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34efd


Comments

No comments written yet.

Please login to write comment.