Color Hex Logo

#b24495 Color Hex

#B24495
(178,68,149)
0 Favorites   0 Comments

Color spaces of #b24495

RGB 17868149
HSL0.880.450.48
HSV316°62°70°
CMYK 0.000.620.16   0.30
XYZ25.852015.769130.1150
Yxy15.76910.36040.2198
Hunter Lab39.710346.7130-17.1663
CIE-Lab46.670153.8282-22.2561

#b24495 color RGB value is (178,68,149).

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

The process color (four color CMYK) of #b24495 color hex is 0.00, 0.62, 0.16, 0.30. Web safe color of #b24495 is #993399. Color #b24495 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000100 10010101
Octal 262 104 225
Decimal 178 68 149
Hex B2 44 95

RGB Percentages of Color #b24495

%45.06
%17.22
%37.72

CMYK Percentages of Color #b24495

%0
%62
%16
%30

Triadic Colors of #b24495

#b24495 #95b244 #4495b2

Analogous Colors of #b24495

#b24495 #b2445e #9844b2

Monochromatic Colors of #b24495

#b24495

Complementary Color

#b24495 #44b261

#b24495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24495 Color CSS Codes

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

#b24495 Text Font Color

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

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


#b24495 Background Color

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

This div background color is #b24495


#b24495 Border Color

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

This div border color is #b24495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24495


Comments

No comments written yet.

Please login to write comment.