Color Hex Logo

#b63462 Color Hex

#B63462
(182,52,98)
0 Favorites   0 Comments

Color spaces of #b63462

RGB 1825298
HSL0.940.560.46
HSV339°71°71°
CMYK 0.000.710.46   0.29
XYZ22.724013.282912.9214
Yxy13.28290.46440.2715
Hunter Lab36.445747.51524.4914
CIE-Lab43.186455.21243.7623

#b63462 color RGB value is (182,52,98).

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

The process color (four color CMYK) of #b63462 color hex is 0.00, 0.71, 0.46, 0.29. Web safe color of #b63462 is #cc3366. Color #b63462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110100 01100010
Octal 266 64 142
Decimal 182 52 98
Hex B6 34 62

RGB Percentages of Color #b63462

%54.82
%15.66
%29.52

CMYK Percentages of Color #b63462

%0
%71
%46
%29

Triadic Colors of #b63462

#b63462 #62b634 #3462b6

Analogous Colors of #b63462

#b63462 #b64734 #b634a3

Monochromatic Colors of #b63462

#b63462

Complementary Color

#b63462 #34b688

#b63462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63462 Color CSS Codes

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

#b63462 Text Font Color

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

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


#b63462 Background Color

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

This div background color is #b63462


#b63462 Border Color

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

This div border color is #b63462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63462


Comments

No comments written yet.

Please login to write comment.