Color Hex Logo

#b24187 Color Hex

#B24187
(178,65,135)
0 Favorites   0 Comments

Color spaces of #b24187

RGB 17865135
HSL0.900.470.48
HSV323°63°70°
CMYK 0.000.630.24   0.30
XYZ24.623614.994824.5182
Yxy14.99480.38390.2338
Hunter Lab38.723145.7407-10.4343
CIE-Lab45.627153.1093-15.4228

#b24187 color RGB value is (178,65,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000001 10000111
Octal 262 101 207
Decimal 178 65 135
Hex B2 41 87

RGB Percentages of Color #b24187

%47.09
%17.20
%35.71

CMYK Percentages of Color #b24187

%0
%63
%24
%30

Triadic Colors of #b24187

#b24187 #87b241 #4187b2

Analogous Colors of #b24187

#b24187 #b2414f #a541b2

Monochromatic Colors of #b24187

#b24187

Complementary Color

#b24187 #41b26c

#b24187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24187 Color CSS Codes

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

#b24187 Text Font Color

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

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


#b24187 Background Color

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

This div background color is #b24187


#b24187 Border Color

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

This div border color is #b24187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24187


Comments

No comments written yet.

Please login to write comment.