Color Hex Logo

#b344fd Color Hex

#B344FD
(179,68,253)
0 Favorites   0 Comments

Color spaces of #b344fd

RGB 17968253
HSL0.770.980.63
HSV276°73°99°
CMYK 0.290.730.00   0.01
XYZ38.387220.809894.9220
Yxy20.80980.24910.1350
Hunter Lab45.617870.3761-91.4389
CIE-Lab52.740773.2931-72.5397

#b344fd color RGB value is (179,68,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 11111101
Octal 263 104 375
Decimal 179 68 253
Hex B3 44 FD

RGB Percentages of Color #b344fd

%35.80
%13.60
%50.60

CMYK Percentages of Color #b344fd

%29
%73
%0
%1

Triadic Colors of #b344fd

#b344fd #fdb344 #44fdb3

Analogous Colors of #b344fd

#b344fd #fd44eb #5644fd

Monochromatic Colors of #b344fd

#b344fd

Complementary Color

#b344fd #8efd44

#b344fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b344fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b344fd Color CSS Codes

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

#b344fd Text Font Color

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

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


#b344fd Background Color

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

This div background color is #b344fd


#b344fd Border Color

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

This div border color is #b344fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b344fd


Comments

No comments written yet.

Please login to write comment.