Color Hex Logo

#b63341 Color Hex

#B63341
(182,51,65)
0 Favorites   0 Comments

Color spaces of #b63341

RGB 1825165
HSL0.980.560.46
HSV354°72°71°
CMYK 0.000.720.64   0.29
XYZ21.429412.69446.3218
Yxy12.69440.52980.3139
Hunter Lab35.629245.008814.4204
CIE-Lab42.299153.028423.0713

#b63341 color RGB value is (182,51,65).

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

The process color (four color CMYK) of #b63341 color hex is 0.00, 0.72, 0.64, 0.29. Web safe color of #b63341 is #cc3333. Color #b63341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110011 01000001
Octal 266 63 101
Decimal 182 51 65
Hex B6 33 41

RGB Percentages of Color #b63341

%61.07
%17.11
%21.81

CMYK Percentages of Color #b63341

%0
%72
%64
%29

Triadic Colors of #b63341

#b63341 #41b633 #3341b6

Analogous Colors of #b63341

#b63341 #b66733 #b63383

Monochromatic Colors of #b63341

#b63341

Complementary Color

#b63341 #33b6a8

#b63341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63341 Color CSS Codes

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

#b63341 Text Font Color

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

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


#b63341 Background Color

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

This div background color is #b63341


#b63341 Border Color

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

This div border color is #b63341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63341


Comments

No comments written yet.

Please login to write comment.