Color Hex Logo

#b22290 Color Hex

#B22290
(178,34,144)
0 Favorites   0 Comments

Color spaces of #b22290

RGB 17834144
HSL0.870.680.42
HSV314°81°70°
CMYK 0.000.810.19   0.30
XYZ23.966212.622627.5588
Yxy12.62260.37360.1968
Hunter Lab35.528358.2356-21.1206
CIE-Lab42.189065.0664-26.1856

#b22290 color RGB value is (178,34,144).

#b22290 hex color red value is 178, green value is 34 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b22290 hue: 0.87 , saturation: 0.68 and the lightness value of b22290 is 0.42.

The process color (four color CMYK) of #b22290 color hex is 0.00, 0.81, 0.19, 0.30. Web safe color of #b22290 is #993399. Color #b22290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100010 10010000
Octal 262 42 220
Decimal 178 34 144
Hex B2 22 90

RGB Percentages of Color #b22290

%50.00
%9.55
%40.45

CMYK Percentages of Color #b22290

%0
%81
%19
%30

Triadic Colors of #b22290

#b22290 #90b222 #2290b2

Analogous Colors of #b22290

#b22290 #b22248 #8c22b2

Monochromatic Colors of #b22290

#b22290

Complementary Color

#b22290 #22b244

#b22290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22290 Color CSS Codes

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

#b22290 Text Font Color

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

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


#b22290 Background Color

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

This div background color is #b22290


#b22290 Border Color

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

This div border color is #b22290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22290


Comments

No comments written yet.

Please login to write comment.