Color Hex Logo

#b85058 Color Hex

#B85058
(184,80,88)
0 Favorites   0 Comments

Color spaces of #b85058

RGB 1848088
HSL0.990.420.52
HSV355°57°72°
CMYK 0.000.570.52   0.28
XYZ24.397316.632211.1570
Yxy16.63220.46750.3187
Hunter Lab40.782635.414212.3277
CIE-Lab47.793242.793016.3991

#b85058 color RGB value is (184,80,88).

#b85058 hex color red value is 184, green value is 80 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b85058 hue: 0.99 , saturation: 0.42 and the lightness value of b85058 is 0.52.

The process color (four color CMYK) of #b85058 color hex is 0.00, 0.57, 0.52, 0.28. Web safe color of #b85058 is #cc6666. Color #b85058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 01011000
Octal 270 120 130
Decimal 184 80 88
Hex B8 50 58

RGB Percentages of Color #b85058

%52.27
%22.73
%25.00

CMYK Percentages of Color #b85058

%0
%57
%52
%28

Triadic Colors of #b85058

#b85058 #58b850 #5058b8

Analogous Colors of #b85058

#b85058 #b87c50 #b8508c

Monochromatic Colors of #b85058

#b85058

Complementary Color

#b85058 #50b8b0

#b85058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85058 Color CSS Codes

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

#b85058 Text Font Color

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

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


#b85058 Background Color

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

This div background color is #b85058


#b85058 Border Color

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

This div border color is #b85058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85058


Comments

No comments written yet.

Please login to write comment.