Color Hex Logo

#b62372 Color Hex

#B62372
(182,35,114)
0 Favorites   0 Comments

Color spaces of #b62372

RGB 18235114
HSL0.910.680.43
HSV328°81°71°
CMYK 0.000.810.37   0.29
XYZ22.929712.362117.0972
Yxy12.36210.43770.2360
Hunter Lab35.159854.8804-4.2192
CIE-Lab41.785962.1827-8.2683

#b62372 color RGB value is (182,35,114).

#b62372 hex color red value is 182, green value is 35 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b62372 hue: 0.91 , saturation: 0.68 and the lightness value of b62372 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100011 01110010
Octal 266 43 162
Decimal 182 35 114
Hex B6 23 72

RGB Percentages of Color #b62372

%54.98
%10.57
%34.44

CMYK Percentages of Color #b62372

%0
%81
%37
%29

Triadic Colors of #b62372

#b62372 #72b623 #2372b6

Analogous Colors of #b62372

#b62372 #b62329 #b123b6

Monochromatic Colors of #b62372

#b62372

Complementary Color

#b62372 #23b667

#b62372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62372 Color CSS Codes

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

#b62372 Text Font Color

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

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


#b62372 Background Color

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

This div background color is #b62372


#b62372 Border Color

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

This div border color is #b62372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62372


Comments

No comments written yet.

Please login to write comment.