Color Hex Logo

#b21074 Color Hex

#B21074
(178,16,116)
0 Favorites   0 Comments

Color spaces of #b21074

RGB 17816116
HSL0.900.840.38
HSV323°91°70°
CMYK 0.000.910.35   0.30
XYZ21.697811.096517.5212
Yxy11.09650.43120.2205
Hunter Lab33.311457.9732-7.8675
CIE-Lab39.742565.3134-12.6761

#b21074 color RGB value is (178,16,116).

#b21074 hex color red value is 178, green value is 16 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b21074 hue: 0.90 , saturation: 0.84 and the lightness value of b21074 is 0.38.

The process color (four color CMYK) of #b21074 color hex is 0.00, 0.91, 0.35, 0.30. Web safe color of #b21074 is #990066. Color #b21074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010000 01110100
Octal 262 20 164
Decimal 178 16 116
Hex B2 10 74

RGB Percentages of Color #b21074

%57.42
%5.16
%37.42

CMYK Percentages of Color #b21074

%0
%91
%35
%30

Triadic Colors of #b21074

#b21074 #74b210 #1074b2

Analogous Colors of #b21074

#b21074 #b21023 #9f10b2

Monochromatic Colors of #b21074

#b21074

Complementary Color

#b21074 #10b24e

#b21074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21074 Color CSS Codes

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

#b21074 Text Font Color

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

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


#b21074 Background Color

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

This div background color is #b21074


#b21074 Border Color

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

This div border color is #b21074


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,16,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b21074; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b21074;
  -webkit-box-shadow: 1px 1px 3px 2px #b21074;
  box-shadow:         1px 1px 3px 2px #b21074; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21074


Comments

No comments written yet.

Please login to write comment.