Color Hex Logo

#b645fd Color Hex

#B645FD
(182,69,253)
0 Favorites   0 Comments

Color spaces of #b645fd

RGB 18269253
HSL0.770.980.63
HSV277°73°99°
CMYK 0.280.730.00   0.01
XYZ39.149121.293294.9751
Yxy21.29320.25190.1370
Hunter Lab46.144670.6867-89.7300
CIE-Lab53.268973.4456-71.6646

#b645fd color RGB value is (182,69,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000101 11111101
Octal 266 105 375
Decimal 182 69 253
Hex B6 45 FD

RGB Percentages of Color #b645fd

%36.11
%13.69
%50.20

CMYK Percentages of Color #b645fd

%28
%73
%0
%1

Triadic Colors of #b645fd

#b645fd #fdb645 #45fdb6

Analogous Colors of #b645fd

#b645fd #fd45e8 #5a45fd

Monochromatic Colors of #b645fd

#b645fd

Complementary Color

#b645fd #8cfd45

#b645fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b645fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b645fd Color CSS Codes

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

#b645fd Text Font Color

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

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


#b645fd Background Color

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

This div background color is #b645fd


#b645fd Border Color

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

This div border color is #b645fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b645fd

Related Colors


Comments

No comments written yet.

Please login to write comment.