Color Hex Logo

#b24192 Color Hex

#B24192
(178,65,146)
0 Favorites   0 Comments

Color spaces of #b24192

RGB 17865146
HSL0.880.470.48
HSV317°63°70°
CMYK 0.000.630.18   0.30
XYZ25.438715.320928.8106
Yxy15.32090.36570.2202
Hunter Lab39.141947.5105-16.2413
CIE-Lab46.070654.6765-21.3804

#b24192 color RGB value is (178,65,146).

#b24192 hex color red value is 178, green value is 65 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b24192 hue: 0.88 , saturation: 0.47 and the lightness value of b24192 is 0.48.

The process color (four color CMYK) of #b24192 color hex is 0.00, 0.63, 0.18, 0.30. Web safe color of #b24192 is #993399. Color #b24192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000001 10010010
Octal 262 101 222
Decimal 178 65 146
Hex B2 41 92

RGB Percentages of Color #b24192

%45.76
%16.71
%37.53

CMYK Percentages of Color #b24192

%0
%63
%18
%30

Triadic Colors of #b24192

#b24192 #92b241 #4192b2

Analogous Colors of #b24192

#b24192 #b2415a #9a41b2

Monochromatic Colors of #b24192

#b24192

Complementary Color

#b24192 #41b261

#b24192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24192 Color CSS Codes

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

#b24192 Text Font Color

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

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


#b24192 Background Color

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

This div background color is #b24192


#b24192 Border Color

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

This div border color is #b24192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24192


Comments

No comments written yet.

Please login to write comment.