Color Hex Logo

#b24081 Color Hex

#B24081
(178,64,129)
0 Favorites   0 Comments

Color spaces of #b24081

RGB 17864129
HSL0.900.470.47
HSV326°64°70°
CMYK 0.000.640.28   0.30
XYZ24.155914.716722.3363
Yxy14.71670.39460.2404
Hunter Lab38.362445.2633-7.6677
CIE-Lab45.243752.7308-12.3617

#b24081 color RGB value is (178,64,129).

#b24081 hex color red value is 178, green value is 64 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b24081 hue: 0.90 , saturation: 0.47 and the lightness value of b24081 is 0.47.

The process color (four color CMYK) of #b24081 color hex is 0.00, 0.64, 0.28, 0.30. Web safe color of #b24081 is #993399. Color #b24081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 10000001
Octal 262 100 201
Decimal 178 64 129
Hex B2 40 81

RGB Percentages of Color #b24081

%47.98
%17.25
%34.77

CMYK Percentages of Color #b24081

%0
%64
%28
%30

Triadic Colors of #b24081

#b24081 #81b240 #4081b2

Analogous Colors of #b24081

#b24081 #b24048 #aa40b2

Monochromatic Colors of #b24081

#b24081

Complementary Color

#b24081 #40b271

#b24081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24081 Color CSS Codes

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

#b24081 Text Font Color

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

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


#b24081 Background Color

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

This div background color is #b24081


#b24081 Border Color

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

This div border color is #b24081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24081


Comments

No comments written yet.

Please login to write comment.