Color Hex Logo

#b24097 Color Hex

#B24097
(178,64,151)
0 Favorites   0 Comments

Color spaces of #b24097

RGB 17864151
HSL0.870.470.47
HSV314°64°70°
CMYK 0.000.640.15   0.30
XYZ25.779415.366130.8854
Yxy15.36610.35790.2133
Hunter Lab39.199648.7902-19.2749
CIE-Lab46.131655.8457-24.2863

#b24097 color RGB value is (178,64,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 10010111
Octal 262 100 227
Decimal 178 64 151
Hex B2 40 97

RGB Percentages of Color #b24097

%45.29
%16.28
%38.42

CMYK Percentages of Color #b24097

%0
%64
%15
%30

Triadic Colors of #b24097

#b24097 #97b240 #4097b2

Analogous Colors of #b24097

#b24097 #b2405e #9440b2

Monochromatic Colors of #b24097

#b24097

Complementary Color

#b24097 #40b25b

#b24097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24097 Color CSS Codes

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

#b24097 Text Font Color

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

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


#b24097 Background Color

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

This div background color is #b24097


#b24097 Border Color

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

This div border color is #b24097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24097


Comments

No comments written yet.

Please login to write comment.