Color Hex Logo

#b83462 Color Hex

#B83462
(184,52,98)
0 Favorites   0 Comments

Color spaces of #b83462

RGB 1845298
HSL0.940.560.46
HSV339°72°72°
CMYK 0.000.720.47   0.28
XYZ23.199813.528212.9437
Yxy13.52820.46710.2724
Hunter Lab36.780748.22454.8814
CIE-Lab43.548655.80254.3301

#b83462 color RGB value is (184,52,98).

#b83462 hex color red value is 184, green value is 52 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b83462 hue: 0.94 , saturation: 0.56 and the lightness value of b83462 is 0.46.

The process color (four color CMYK) of #b83462 color hex is 0.00, 0.72, 0.47, 0.28. Web safe color of #b83462 is #cc3366. Color #b83462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110100 01100010
Octal 270 64 142
Decimal 184 52 98
Hex B8 34 62

RGB Percentages of Color #b83462

%55.09
%15.57
%29.34

CMYK Percentages of Color #b83462

%0
%72
%47
%28

Triadic Colors of #b83462

#b83462 #62b834 #3462b8

Analogous Colors of #b83462

#b83462 #b84834 #b834a4

Monochromatic Colors of #b83462

#b83462

Complementary Color

#b83462 #34b88a

#b83462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83462 Color CSS Codes

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

#b83462 Text Font Color

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

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


#b83462 Background Color

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

This div background color is #b83462


#b83462 Border Color

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

This div border color is #b83462


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,52,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b83462; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b83462;
  -webkit-box-shadow: 1px 1px 3px 2px #b83462;
  box-shadow:         1px 1px 3px 2px #b83462; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,52,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83462


Comments

No comments written yet.

Please login to write comment.