Color Hex Logo

#b85fad Color Hex

#B85FAD
(184,95,173)
0 Favorites   0 Comments

Color spaces of #b85fad

RGB 18495173
HSL0.850.390.55
HSV307°48°72°
CMYK 0.000.480.06   0.28
XYZ31.402221.391942.0091
Yxy21.39190.33120.2256
Hunter Lab46.251440.2520-21.4758
CIE-Lab53.375846.6224-25.9854

#b85fad color RGB value is (184,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011111 10101101
Octal 270 137 255
Decimal 184 95 173
Hex B8 5F AD

RGB Percentages of Color #b85fad

%40.71
%21.02
%38.27

CMYK Percentages of Color #b85fad

%0
%48
%6
%28

Triadic Colors of #b85fad

#b85fad #adb85f #5fadb8

Analogous Colors of #b85fad

#b85fad #b85f81 #975fb8

Monochromatic Colors of #b85fad

#b85fad

Complementary Color

#b85fad #5fb86a

#b85fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85fad Color CSS Codes

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

#b85fad Text Font Color

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

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


#b85fad Background Color

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

This div background color is #b85fad


#b85fad Border Color

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

This div border color is #b85fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85fad


Comments

No comments written yet.

Please login to write comment.