Color Hex Logo

#b63352 Color Hex

#B63352
(182,51,82)
0 Favorites   0 Comments

Color spaces of #b63352

RGB 1825182
HSL0.960.560.46
HSV346°72°71°
CMYK 0.000.720.55   0.29
XYZ21.998212.92199.3174
Yxy12.92190.49730.2921
Hunter Lab35.947046.32789.7951
CIE-Lab42.645354.205112.9790

#b63352 color RGB value is (182,51,82).

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

The process color (four color CMYK) of #b63352 color hex is 0.00, 0.72, 0.55, 0.29. Web safe color of #b63352 is #cc3366. Color #b63352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110011 01010010
Octal 266 63 122
Decimal 182 51 82
Hex B6 33 52

RGB Percentages of Color #b63352

%57.78
%16.19
%26.03

CMYK Percentages of Color #b63352

%0
%72
%55
%29

Triadic Colors of #b63352

#b63352 #52b633 #3352b6

Analogous Colors of #b63352

#b63352 #b65633 #b63394

Monochromatic Colors of #b63352

#b63352

Complementary Color

#b63352 #33b697

#b63352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63352 Color CSS Codes

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

#b63352 Text Font Color

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

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


#b63352 Background Color

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

This div background color is #b63352


#b63352 Border Color

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

This div border color is #b63352


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,51,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63352


Comments

No comments written yet.

Please login to write comment.