Color Hex Logo

#b140fd Color Hex

#B140FD
(177,64,253)
0 Favorites   0 Comments

Color spaces of #b140fd

RGB 17764253
HSL0.770.980.62
HSV276°75°99°
CMYK 0.300.750.00   0.01
XYZ37.694520.105894.8226
Yxy20.10580.24700.1317
Hunter Lab44.839571.5876-93.9936
CIE-Lab51.956674.4362-73.8249

#b140fd color RGB value is (177,64,253).

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

The process color (four color CMYK) of #b140fd color hex is 0.30, 0.75, 0.00, 0.01. Web safe color of #b140fd is #9933ff. Color #b140fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 11111101
Octal 261 100 375
Decimal 177 64 253
Hex B1 40 FD

RGB Percentages of Color #b140fd

%35.83
%12.96
%51.21

CMYK Percentages of Color #b140fd

%30
%75
%0
%1

Triadic Colors of #b140fd

#b140fd #fdb140 #40fdb1

Analogous Colors of #b140fd

#b140fd #fd40eb #5240fd

Monochromatic Colors of #b140fd

#b140fd

Complementary Color

#b140fd #8cfd40

#b140fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b140fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b140fd Color CSS Codes

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

#b140fd Text Font Color

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

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


#b140fd Background Color

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

This div background color is #b140fd


#b140fd Border Color

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

This div border color is #b140fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b140fd

Related Colors


Comments

No comments written yet.

Please login to write comment.