Color Hex Logo

#b4217c Color Hex

#B4217C
(180,33,124)
0 Favorites   0 Comments

Color spaces of #b4217c

RGB 18033124
HSL0.900.690.42
HSV323°82°71°
CMYK 0.000.820.31   0.29
XYZ23.004312.246220.2201
Yxy12.24620.41470.2208
Hunter Lab34.994656.0996-9.7620
CIE-Lab41.604863.3008-14.7864

#b4217c color RGB value is (180,33,124).

#b4217c hex color red value is 180, green value is 33 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b4217c hue: 0.90 , saturation: 0.69 and the lightness value of b4217c is 0.42.

The process color (four color CMYK) of #b4217c color hex is 0.00, 0.82, 0.31, 0.29. Web safe color of #b4217c is #cc3366. Color #b4217c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 01111100
Octal 264 41 174
Decimal 180 33 124
Hex B4 21 7C

RGB Percentages of Color #b4217c

%53.41
%9.79
%36.80

CMYK Percentages of Color #b4217c

%0
%82
%31
%29

Triadic Colors of #b4217c

#b4217c #7cb421 #217cb4

Analogous Colors of #b4217c

#b4217c #b42132 #a321b4

Monochromatic Colors of #b4217c

#b4217c

Complementary Color

#b4217c #21b459

#b4217c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4217c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4217c Color CSS Codes

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

#b4217c Text Font Color

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

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


#b4217c Background Color

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

This div background color is #b4217c


#b4217c Border Color

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

This div border color is #b4217c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4217c


Comments

No comments written yet.

Please login to write comment.