Color Hex Logo

#b440bf Color Hex

#B440BF
(180,64,191)
0 Favorites   0 Comments

Color spaces of #b440bf

RGB 18064191
HSL0.820.500.50
HSV295°66°75°
CMYK 0.060.660.00   0.25
XYZ30.059817.131751.0126
Yxy17.13170.30610.1744
Hunter Lab41.390557.2022-44.1000
CIE-Lab48.425662.9622-44.2564

#b440bf color RGB value is (180,64,191).

#b440bf hex color red value is 180, green value is 64 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b440bf hue: 0.82 , saturation: 0.50 and the lightness value of b440bf is 0.50.

The process color (four color CMYK) of #b440bf color hex is 0.06, 0.66, 0.00, 0.25. Web safe color of #b440bf is #cc33cc. Color #b440bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 10111111
Octal 264 100 277
Decimal 180 64 191
Hex B4 40 BF

RGB Percentages of Color #b440bf

%41.38
%14.71
%43.91

CMYK Percentages of Color #b440bf

%6
%66
%0
%25

Triadic Colors of #b440bf

#b440bf #bfb440 #40bfb4

Analogous Colors of #b440bf

#b440bf #bf408b #7540bf

Monochromatic Colors of #b440bf

#b440bf

Complementary Color

#b440bf #4bbf40

#b440bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b440bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b440bf Color CSS Codes

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

#b440bf Text Font Color

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

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


#b440bf Background Color

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

This div background color is #b440bf


#b440bf Border Color

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

This div border color is #b440bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,64,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b440bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b440bf


Comments

No comments written yet.

Please login to write comment.