Color Hex Logo

#b22398 Color Hex

#B22398
(178,35,152)
0 Favorites   0 Comments

Color spaces of #b22398

RGB 17835152
HSL0.860.670.42
HSV311°80°70°
CMYK 0.000.800.15   0.30
XYZ24.628612.934030.9042
Yxy12.93400.35970.1889
Hunter Lab35.963959.3027-25.7739
CIE-Lab42.663665.9044-30.2923

#b22398 color RGB value is (178,35,152).

#b22398 hex color red value is 178, green value is 35 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b22398 hue: 0.86 , saturation: 0.67 and the lightness value of b22398 is 0.42.

The process color (four color CMYK) of #b22398 color hex is 0.00, 0.80, 0.15, 0.30. Web safe color of #b22398 is #993399. Color #b22398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 10011000
Octal 262 43 230
Decimal 178 35 152
Hex B2 23 98

RGB Percentages of Color #b22398

%48.77
%9.59
%41.64

CMYK Percentages of Color #b22398

%0
%80
%15
%30

Triadic Colors of #b22398

#b22398 #98b223 #2398b2

Analogous Colors of #b22398

#b22398 #b22350 #8523b2

Monochromatic Colors of #b22398

#b22398

Complementary Color

#b22398 #23b23d

#b22398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22398 Color CSS Codes

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

#b22398 Text Font Color

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

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


#b22398 Background Color

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

This div background color is #b22398


#b22398 Border Color

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

This div border color is #b22398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22398


Comments

No comments written yet.

Please login to write comment.