Color Hex Logo

#b62258 Color Hex

#B62258
(182,34,88)
0 Favorites   0 Comments

Color spaces of #b62258

RGB 1823488
HSL0.940.690.42
HSV338°81°71°
CMYK 0.000.810.52   0.29
XYZ21.624911.793710.3692
Yxy11.79370.49390.2693
Hunter Lab34.342052.30186.1374
CIE-Lab40.886360.04066.7475

#b62258 color RGB value is (182,34,88).

#b62258 hex color red value is 182, green value is 34 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b62258 hue: 0.94 , saturation: 0.69 and the lightness value of b62258 is 0.42.

The process color (four color CMYK) of #b62258 color hex is 0.00, 0.81, 0.52, 0.29. Web safe color of #b62258 is #cc3366. Color #b62258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100010 01011000
Octal 266 42 130
Decimal 182 34 88
Hex B6 22 58

RGB Percentages of Color #b62258

%59.87
%11.18
%28.95

CMYK Percentages of Color #b62258

%0
%81
%52
%29

Triadic Colors of #b62258

#b62258 #58b622 #2258b6

Analogous Colors of #b62258

#b62258 #b63622 #b622a2

Monochromatic Colors of #b62258

#b62258

Complementary Color

#b62258 #22b680

#b62258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62258 Color CSS Codes

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

#b62258 Text Font Color

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

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


#b62258 Background Color

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

This div background color is #b62258


#b62258 Border Color

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

This div border color is #b62258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62258


Comments

No comments written yet.

Please login to write comment.