Color Hex Logo

#b858ad Color Hex

#B858AD
(184,88,173)
0 Favorites   0 Comments

Color spaces of #b858ad

RGB 18488173
HSL0.850.400.53
HSV307°52°72°
CMYK 0.000.520.06   0.28
XYZ30.799720.186941.8083
Yxy20.18690.33190.2175
Hunter Lab44.929843.7357-23.7199
CIE-Lab52.047950.1211-28.0425

#b858ad color RGB value is (184,88,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 10101101
Octal 270 130 255
Decimal 184 88 173
Hex B8 58 AD

RGB Percentages of Color #b858ad

%41.35
%19.78
%38.88

CMYK Percentages of Color #b858ad

%0
%52
%6
%28

Triadic Colors of #b858ad

#b858ad #adb858 #58adb8

Analogous Colors of #b858ad

#b858ad #b8587d #9358b8

Monochromatic Colors of #b858ad

#b858ad

Complementary Color

#b858ad #58b863

#b858ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b858ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b858ad Color CSS Codes

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

#b858ad Text Font Color

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

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


#b858ad Background Color

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

This div background color is #b858ad


#b858ad Border Color

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

This div border color is #b858ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b858ad


Comments

No comments written yet.

Please login to write comment.