Color Hex Logo

#b84058 Color Hex

#B84058
(184,64,88)
0 Favorites   0 Comments

Color spaces of #b84058

RGB 1846488
HSL0.970.480.49
HSV348°65°72°
CMYK 0.000.650.52   0.28
XYZ23.362014.561710.8119
Yxy14.56170.47940.2988
Hunter Lab38.159842.50079.9131
CIE-Lab45.027950.152512.6064

#b84058 color RGB value is (184,64,88).

#b84058 hex color red value is 184, green value is 64 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b84058 hue: 0.97 , saturation: 0.48 and the lightness value of b84058 is 0.49.

The process color (four color CMYK) of #b84058 color hex is 0.00, 0.65, 0.52, 0.28. Web safe color of #b84058 is #cc3366. Color #b84058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000000 01011000
Octal 270 100 130
Decimal 184 64 88
Hex B8 40 58

RGB Percentages of Color #b84058

%54.76
%19.05
%26.19

CMYK Percentages of Color #b84058

%0
%65
%52
%28

Triadic Colors of #b84058

#b84058 #58b840 #4058b8

Analogous Colors of #b84058

#b84058 #b86440 #b84094

Monochromatic Colors of #b84058

#b84058

Complementary Color

#b84058 #40b8a0

#b84058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84058 Color CSS Codes

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

#b84058 Text Font Color

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

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


#b84058 Background Color

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

This div background color is #b84058


#b84058 Border Color

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

This div border color is #b84058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84058


Comments

No comments written yet.

Please login to write comment.