Color Hex Logo

#b443fd Color Hex

#B443FD
(180,67,253)
0 Favorites   0 Comments

Color spaces of #b443fd

RGB 18067253
HSL0.770.980.63
HSV276°74°99°
CMYK 0.290.740.00   0.01
XYZ38.559220.809594.9128
Yxy20.80950.24990.1349
Hunter Lab45.617471.0508-91.4281
CIE-Lab52.740473.8457-72.5341

#b443fd color RGB value is (180,67,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 11111101
Octal 264 103 375
Decimal 180 67 253
Hex B4 43 FD

RGB Percentages of Color #b443fd

%36.00
%13.40
%50.60

CMYK Percentages of Color #b443fd

%29
%74
%0
%1

Triadic Colors of #b443fd

#b443fd #fdb443 #43fdb4

Analogous Colors of #b443fd

#b443fd #fd43e9 #5743fd

Monochromatic Colors of #b443fd

#b443fd

Complementary Color

#b443fd #8cfd43

#b443fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b443fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b443fd Color CSS Codes

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

#b443fd Text Font Color

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

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


#b443fd Background Color

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

This div background color is #b443fd


#b443fd Border Color

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

This div border color is #b443fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b443fd


Comments

No comments written yet.

Please login to write comment.