Color Hex Logo

#b24083 Color Hex

#B24083
(178,64,131)
0 Favorites   0 Comments

Color spaces of #b24083

RGB 17864131
HSL0.900.470.47
HSV325°64°70°
CMYK 0.000.640.26   0.30
XYZ24.290214.770523.0435
Yxy14.77050.39110.2378
Hunter Lab38.432445.5595-8.6467
CIE-Lab45.318252.9954-13.4651

#b24083 color RGB value is (178,64,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 10000011
Octal 262 100 203
Decimal 178 64 131
Hex B2 40 83

RGB Percentages of Color #b24083

%47.72
%17.16
%35.12

CMYK Percentages of Color #b24083

%0
%64
%26
%30

Triadic Colors of #b24083

#b24083 #83b240 #4083b2

Analogous Colors of #b24083

#b24083 #b2404a #a840b2

Monochromatic Colors of #b24083

#b24083

Complementary Color

#b24083 #40b26f

#b24083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24083 Color CSS Codes

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

#b24083 Text Font Color

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

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


#b24083 Background Color

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

This div background color is #b24083


#b24083 Border Color

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

This div border color is #b24083


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,64,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 #b24083">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24083


Comments

No comments written yet.

Please login to write comment.