Color Hex Logo

#b840bf Color Hex

#B840BF
(184,64,191)
0 Favorites   0 Comments

Color spaces of #b840bf

RGB 18464191
HSL0.820.500.50
HSV297°66°75°
CMYK 0.040.660.00   0.25
XYZ31.004517.618751.0568
Yxy17.61870.31100.1768
Hunter Lab41.974658.3931-42.7365
CIE-Lab49.030363.8873-43.2585

#b840bf color RGB value is (184,64,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000000 10111111
Octal 270 100 277
Decimal 184 64 191
Hex B8 40 BF

RGB Percentages of Color #b840bf

%41.91
%14.58
%43.51

CMYK Percentages of Color #b840bf

%4
%66
%0
%25

Triadic Colors of #b840bf

#b840bf #bfb840 #40bfb8

Analogous Colors of #b840bf

#b840bf #bf4087 #7940bf

Monochromatic Colors of #b840bf

#b840bf

Complementary Color

#b840bf #47bf40

#b840bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b840bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b840bf Color CSS Codes

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

#b840bf Text Font Color

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

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


#b840bf Background Color

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

This div background color is #b840bf


#b840bf Border Color

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

This div border color is #b840bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b840bf


Comments

No comments written yet.

Please login to write comment.