Color Hex Logo

#b24598 Color Hex

#B24598
(178,69,152)
0 Favorites   0 Comments

Color spaces of #b24598

RGB 17869152
HSL0.870.440.48
HSV314°61°70°
CMYK 0.000.610.15   0.30
XYZ26.155715.988231.4132
Yxy15.98820.35560.2174
Hunter Lab39.985246.7887-18.5897
CIE-Lab46.959053.8465-23.6041

#b24598 color RGB value is (178,69,152).

#b24598 hex color red value is 178, green value is 69 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b24598 hue: 0.87 , saturation: 0.44 and the lightness value of b24598 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000101 10011000
Octal 262 105 230
Decimal 178 69 152
Hex B2 45 98

RGB Percentages of Color #b24598

%44.61
%17.29
%38.10

CMYK Percentages of Color #b24598

%0
%61
%15
%30

Triadic Colors of #b24598

#b24598 #98b245 #4598b2

Analogous Colors of #b24598

#b24598 #b24561 #9645b2

Monochromatic Colors of #b24598

#b24598

Complementary Color

#b24598 #45b25f

#b24598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24598 Color CSS Codes

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

#b24598 Text Font Color

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

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


#b24598 Background Color

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

This div background color is #b24598


#b24598 Border Color

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

This div border color is #b24598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24598


Comments

No comments written yet.

Please login to write comment.