Color Hex Logo

#b342fd Color Hex

#B342FD
(179,66,253)
0 Favorites   0 Comments

Color spaces of #b342fd

RGB 17966253
HSL0.770.980.63
HSV276°74°99°
CMYK 0.290.740.00   0.01
XYZ38.268220.572094.8823
Yxy20.57200.24890.1338
Hunter Lab45.356471.2309-92.2810
CIE-Lab52.477974.0438-72.9663

#b342fd color RGB value is (179,66,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 11111101
Octal 263 102 375
Decimal 179 66 253
Hex B3 42 FD

RGB Percentages of Color #b342fd

%35.94
%13.25
%50.80

CMYK Percentages of Color #b342fd

%29
%74
%0
%1

Triadic Colors of #b342fd

#b342fd #fdb342 #42fdb3

Analogous Colors of #b342fd

#b342fd #fd42ea #5542fd

Monochromatic Colors of #b342fd

#b342fd

Complementary Color

#b342fd #8cfd42

#b342fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b342fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b342fd Color CSS Codes

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

#b342fd Text Font Color

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

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


#b342fd Background Color

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

This div background color is #b342fd


#b342fd Border Color

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

This div border color is #b342fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b342fd

Related Colors


Comments

No comments written yet.

Please login to write comment.