Color Hex Logo

#b61258 Color Hex

#B61258
(182,18,88)
0 Favorites   0 Comments

Color spaces of #b61258

RGB 1821888
HSL0.930.820.39
HSV334°90°71°
CMYK 0.000.900.52   0.29
XYZ21.269211.082310.2506
Yxy11.08230.49930.2601
Hunter Lab33.290155.78695.0466
CIE-Lab39.718763.39055.0839

#b61258 color RGB value is (182,18,88).

#b61258 hex color red value is 182, green value is 18 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b61258 hue: 0.93 , saturation: 0.82 and the lightness value of b61258 is 0.39.

The process color (four color CMYK) of #b61258 color hex is 0.00, 0.90, 0.52, 0.29. Web safe color of #b61258 is #cc0066. Color #b61258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010010 01011000
Octal 266 22 130
Decimal 182 18 88
Hex B6 12 58

RGB Percentages of Color #b61258

%63.19
%6.25
%30.56

CMYK Percentages of Color #b61258

%0
%90
%52
%29

Triadic Colors of #b61258

#b61258 #58b612 #1258b6

Analogous Colors of #b61258

#b61258 #b61e12 #b612aa

Monochromatic Colors of #b61258

#b61258

Complementary Color

#b61258 #12b670

#b61258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61258 Color CSS Codes

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

#b61258 Text Font Color

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

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


#b61258 Background Color

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

This div background color is #b61258


#b61258 Border Color

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

This div border color is #b61258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61258


Comments

No comments written yet.

Please login to write comment.