Color Hex Logo

#b03e54 Color Hex

#B03E54
(176,62,84)
0 Favorites   0 Comments

Color spaces of #b03e54

RGB 1766284
HSL0.970.480.47
HSV348°65°69°
CMYK 0.000.650.52   0.31
XYZ21.227413.31549.8388
Yxy13.31540.47830.3000
Hunter Lab36.490339.98049.5569
CIE-Lab43.234748.036612.3809

#b03e54 color RGB value is (176,62,84).

#b03e54 hex color red value is 176, green value is 62 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b03e54 hue: 0.97 , saturation: 0.48 and the lightness value of b03e54 is 0.47.

The process color (four color CMYK) of #b03e54 color hex is 0.00, 0.65, 0.52, 0.31. Web safe color of #b03e54 is #993366. Color #b03e54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111110 01010100
Octal 260 76 124
Decimal 176 62 84
Hex B0 3E 54

RGB Percentages of Color #b03e54

%54.66
%19.25
%26.09

CMYK Percentages of Color #b03e54

%0
%65
%52
%31

Triadic Colors of #b03e54

#b03e54 #54b03e #3e54b0

Analogous Colors of #b03e54

#b03e54 #b0613e #b03e8d

Monochromatic Colors of #b03e54

#b03e54

Complementary Color

#b03e54 #3eb09a

#b03e54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03e54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03e54 Color CSS Codes

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

#b03e54 Text Font Color

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

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


#b03e54 Background Color

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

This div background color is #b03e54


#b03e54 Border Color

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

This div border color is #b03e54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,62,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b03e54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b03e54;
  -webkit-box-shadow: 1px 1px 3px 2px #b03e54;
  box-shadow:         1px 1px 3px 2px #b03e54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,62,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03e54


Comments

No comments written yet.

Please login to write comment.