Color Hex Logo

#b24166 Color Hex

#B24166
(178,65,102)
0 Favorites   0 Comments

Color spaces of #b24166

RGB 17865102
HSL0.950.470.48
HSV340°63°70°
CMYK 0.000.630.43   0.30
XYZ22.648714.204914.1185
Yxy14.20490.44430.2787
Hunter Lab37.689441.30974.1725
CIE-Lab44.525449.09813.1248

#b24166 color RGB value is (178,65,102).

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

The process color (four color CMYK) of #b24166 color hex is 0.00, 0.63, 0.43, 0.30. Web safe color of #b24166 is #993366. Color #b24166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000001 01100110
Octal 262 101 146
Decimal 178 65 102
Hex B2 41 66

RGB Percentages of Color #b24166

%51.59
%18.84
%29.57

CMYK Percentages of Color #b24166

%0
%63
%43
%30

Triadic Colors of #b24166

#b24166 #66b241 #4166b2

Analogous Colors of #b24166

#b24166 #b25441 #b2419f

Monochromatic Colors of #b24166

#b24166

Complementary Color

#b24166 #41b28d

#b24166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24166 Color CSS Codes

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

#b24166 Text Font Color

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

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


#b24166 Background Color

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

This div background color is #b24166


#b24166 Border Color

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

This div border color is #b24166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24166


Comments

No comments written yet.

Please login to write comment.