Color Hex Logo

#b641fd Color Hex

#B641FD
(182,65,253)
0 Favorites   0 Comments

Color spaces of #b641fd

RGB 18265253
HSL0.770.980.62
HSV277°74°99°
CMYK 0.280.740.00   0.01
XYZ38.911320.817594.8958
Yxy20.81750.25170.1346
Hunter Lab45.626272.3840-91.3762
CIE-Lab52.749274.9310-72.5075

#b641fd color RGB value is (182,65,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000001 11111101
Octal 266 101 375
Decimal 182 65 253
Hex B6 41 FD

RGB Percentages of Color #b641fd

%36.40
%13.00
%50.60

CMYK Percentages of Color #b641fd

%28
%74
%0
%1

Triadic Colors of #b641fd

#b641fd #fdb641 #41fdb6

Analogous Colors of #b641fd

#b641fd #fd41e6 #5841fd

Monochromatic Colors of #b641fd

#b641fd

Complementary Color

#b641fd #88fd41

#b641fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b641fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b641fd Color CSS Codes

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

#b641fd Text Font Color

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

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


#b641fd Background Color

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

This div background color is #b641fd


#b641fd Border Color

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

This div border color is #b641fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b641fd


Comments

No comments written yet.

Please login to write comment.