Color Hex Logo

#b63f5c Color Hex

#B63F5C
(182,63,92)
0 Favorites   0 Comments

Color spaces of #b63f5c

RGB 1826392
HSL0.960.490.48
HSV345°65°71°
CMYK 0.000.650.49   0.29
XYZ23.000714.272811.6679
Yxy14.27280.47000.2916
Hunter Lab37.779442.55998.1342
CIE-Lab44.621650.28079.5236

#b63f5c color RGB value is (182,63,92).

#b63f5c hex color red value is 182, green value is 63 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b63f5c hue: 0.96 , saturation: 0.49 and the lightness value of b63f5c is 0.48.

The process color (four color CMYK) of #b63f5c color hex is 0.00, 0.65, 0.49, 0.29. Web safe color of #b63f5c is #cc3366. Color #b63f5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111111 01011100
Octal 266 77 134
Decimal 182 63 92
Hex B6 3F 5C

RGB Percentages of Color #b63f5c

%54.01
%18.69
%27.30

CMYK Percentages of Color #b63f5c

%0
%65
%49
%29

Triadic Colors of #b63f5c

#b63f5c #5cb63f #3f5cb6

Analogous Colors of #b63f5c

#b63f5c #b65e3f #b63f98

Monochromatic Colors of #b63f5c

#b63f5c

Complementary Color

#b63f5c #3fb699

#b63f5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63f5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63f5c Color CSS Codes

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

#b63f5c Text Font Color

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

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


#b63f5c Background Color

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

This div background color is #b63f5c


#b63f5c Border Color

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

This div border color is #b63f5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63f5c


Comments

No comments written yet.

Please login to write comment.