Color Hex Logo

#b24279 Color Hex

#B24279
(178,66,121)
0 Favorites   0 Comments

Color spaces of #b24279

RGB 17866121
HSL0.920.460.48
HSV331°63°70°
CMYK 0.000.630.32   0.30
XYZ23.759514.741919.6824
Yxy14.74190.40840.2534
Hunter Lab38.395243.2668-3.5170
CIE-Lab45.278650.8382-7.4316

#b24279 color RGB value is (178,66,121).

#b24279 hex color red value is 178, green value is 66 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b24279 hue: 0.92 , saturation: 0.46 and the lightness value of b24279 is 0.48.

The process color (four color CMYK) of #b24279 color hex is 0.00, 0.63, 0.32, 0.30. Web safe color of #b24279 is #993366. Color #b24279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000010 01111001
Octal 262 102 171
Decimal 178 66 121
Hex B2 42 79

RGB Percentages of Color #b24279

%48.77
%18.08
%33.15

CMYK Percentages of Color #b24279

%0
%63
%32
%30

Triadic Colors of #b24279

#b24279 #79b242 #4279b2

Analogous Colors of #b24279

#b24279 #b24342 #b242b1

Monochromatic Colors of #b24279

#b24279

Complementary Color

#b24279 #42b27b

#b24279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24279 Color CSS Codes

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

#b24279 Text Font Color

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

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


#b24279 Background Color

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

This div background color is #b24279


#b24279 Border Color

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

This div border color is #b24279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24279


Comments

No comments written yet.

Please login to write comment.