Color Hex Logo

#b24574 Color Hex

#B24574
(178,69,116)
0 Favorites   0 Comments

Color spaces of #b24574

RGB 17869116
HSL0.930.440.48
HSV334°61°70°
CMYK 0.000.610.35   0.30
XYZ23.640614.982218.1688
Yxy14.98220.41630.2638
Hunter Lab38.706841.2837-0.7356
CIE-Lab45.609848.8845-3.8842

#b24574 color RGB value is (178,69,116).

#b24574 hex color red value is 178, green value is 69 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b24574 hue: 0.93 , saturation: 0.44 and the lightness value of b24574 is 0.48.

The process color (four color CMYK) of #b24574 color hex is 0.00, 0.61, 0.35, 0.30. Web safe color of #b24574 is #993366. Color #b24574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000101 01110100
Octal 262 105 164
Decimal 178 69 116
Hex B2 45 74

RGB Percentages of Color #b24574

%49.04
%19.01
%31.96

CMYK Percentages of Color #b24574

%0
%61
%35
%30

Triadic Colors of #b24574

#b24574 #74b245 #4574b2

Analogous Colors of #b24574

#b24574 #b24d45 #b245ab

Monochromatic Colors of #b24574

#b24574

Complementary Color

#b24574 #45b283

#b24574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24574 Color CSS Codes

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

#b24574 Text Font Color

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

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


#b24574 Background Color

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

This div background color is #b24574


#b24574 Border Color

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

This div border color is #b24574


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,69,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b24574; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b24574;
  -webkit-box-shadow: 1px 1px 3px 2px #b24574;
  box-shadow:         1px 1px 3px 2px #b24574; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,69,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24574


Comments

No comments written yet.

Please login to write comment.