Color Hex Logo

#b85fbe Color Hex

#B85FBE
(184,95,190)
0 Favorites   0 Comments

Color spaces of #b85fbe

RGB 18495190
HSL0.820.420.56
HSV296°50°75°
CMYK 0.030.500.00   0.25
XYZ33.153622.092551.2321
Yxy22.09250.31140.2075
Hunter Lab47.002743.6514-31.7232
CIE-Lab54.125049.7031-34.6522

#b85fbe color RGB value is (184,95,190).

#b85fbe hex color red value is 184, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b85fbe hue: 0.82 , saturation: 0.42 and the lightness value of b85fbe is 0.56.

The process color (four color CMYK) of #b85fbe color hex is 0.03, 0.50, 0.00, 0.25. Web safe color of #b85fbe is #cc66cc. Color #b85fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011111 10111110
Octal 270 137 276
Decimal 184 95 190
Hex B8 5F BE

RGB Percentages of Color #b85fbe

%39.23
%20.26
%40.51

CMYK Percentages of Color #b85fbe

%3
%50
%0
%25

Triadic Colors of #b85fbe

#b85fbe #beb85f #5fbeb8

Analogous Colors of #b85fbe

#b85fbe #be5f95 #895fbe

Monochromatic Colors of #b85fbe

#b85fbe

Complementary Color

#b85fbe #65be5f

#b85fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85fbe Color CSS Codes

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

#b85fbe Text Font Color

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

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


#b85fbe Background Color

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

This div background color is #b85fbe


#b85fbe Border Color

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

This div border color is #b85fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,95,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85fbe


Comments

No comments written yet.

Please login to write comment.