Color Hex Logo

#b85faf Color Hex

#B85FAF
(184,95,175)
0 Favorites   0 Comments

Color spaces of #b85faf

RGB 18495175
HSL0.850.390.55
HSV306°48°72°
CMYK 0.000.480.05   0.28
XYZ31.597221.469943.0362
Yxy21.46990.32880.2234
Hunter Lab46.335640.6354-22.6332
CIE-Lab53.460046.9734-27.0173

#b85faf color RGB value is (184,95,175).

#b85faf hex color red value is 184, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b85faf hue: 0.85 , saturation: 0.39 and the lightness value of b85faf is 0.55.

The process color (four color CMYK) of #b85faf color hex is 0.00, 0.48, 0.05, 0.28. Web safe color of #b85faf is #cc6699. Color #b85faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011111 10101111
Octal 270 137 257
Decimal 184 95 175
Hex B8 5F AF

RGB Percentages of Color #b85faf

%40.53
%20.93
%38.55

CMYK Percentages of Color #b85faf

%0
%48
%5
%28

Triadic Colors of #b85faf

#b85faf #afb85f #5fafb8

Analogous Colors of #b85faf

#b85faf #b85f83 #955fb8

Monochromatic Colors of #b85faf

#b85faf

Complementary Color

#b85faf #5fb868

#b85faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85faf Color CSS Codes

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

#b85faf Text Font Color

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

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


#b85faf Background Color

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

This div background color is #b85faf


#b85faf Border Color

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

This div border color is #b85faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85faf


Comments

No comments written yet.

Please login to write comment.