Color Hex Logo

#b24283 Color Hex

#B24283
(178,66,131)
0 Favorites   0 Comments

Color spaces of #b24283

RGB 17866131
HSL0.900.460.48
HSV325°63°70°
CMYK 0.000.630.26   0.30
XYZ24.405015.000123.0817
Yxy15.00010.39060.2401
Hunter Lab38.730044.7012-8.2238
CIE-Lab45.634352.1320-12.9860

#b24283 color RGB value is (178,66,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000010 10000011
Octal 262 102 203
Decimal 178 66 131
Hex B2 42 83

RGB Percentages of Color #b24283

%47.47
%17.60
%34.93

CMYK Percentages of Color #b24283

%0
%63
%26
%30

Triadic Colors of #b24283

#b24283 #83b242 #4283b2

Analogous Colors of #b24283

#b24283 #b2424b #a942b2

Monochromatic Colors of #b24283

#b24283

Complementary Color

#b24283 #42b271

#b24283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24283 Color CSS Codes

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

#b24283 Text Font Color

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

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


#b24283 Background Color

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

This div background color is #b24283


#b24283 Border Color

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

This div border color is #b24283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24283


Comments

No comments written yet.

Please login to write comment.