Color Hex Logo

#b4025e Color Hex

#B4025E
(180,2,94)
0 Favorites   0 Comments

Color spaces of #b4025e

RGB 180294
HSL0.910.980.36
HSV329°99°71°
CMYK 0.000.990.48   0.29
XYZ20.864510.554911.5273
Yxy10.55490.48580.2458
Hunter Lab32.488357.78101.7049
CIE-Lab38.820565.3247-0.0953

#b4025e color RGB value is (180,2,94).

#b4025e hex color red value is 180, green value is 2 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b4025e hue: 0.91 , saturation: 0.98 and the lightness value of b4025e is 0.36.

The process color (four color CMYK) of #b4025e color hex is 0.00, 0.99, 0.48, 0.29. Web safe color of #b4025e is #cc0066. Color #b4025e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000010 01011110
Octal 264 2 136
Decimal 180 2 94
Hex B4 2 5E

RGB Percentages of Color #b4025e

%65.22
%0.72
%34.06

CMYK Percentages of Color #b4025e

%0
%99
%48
%29

Triadic Colors of #b4025e

#b4025e #5eb402 #025eb4

Analogous Colors of #b4025e

#b4025e #b40205 #b102b4

Monochromatic Colors of #b4025e

#b4025e

Complementary Color

#b4025e #02b458

#b4025e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4025e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4025e Color CSS Codes

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

#b4025e Text Font Color

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

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


#b4025e Background Color

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

This div background color is #b4025e


#b4025e Border Color

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

This div border color is #b4025e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,2,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4025e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4025e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4025e;
  box-shadow:         1px 1px 3px 2px #b4025e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4025e


Comments

No comments written yet.

Please login to write comment.