Color Hex Logo

#b2257a Color Hex

#B2257A
(178,37,122)
0 Favorites   0 Comments

Color spaces of #b2257a

RGB 17837122
HSL0.900.660.42
HSV324°79°70°
CMYK 0.000.790.31   0.30
XYZ22.534512.193319.5782
Yxy12.19330.41500.2245
Hunter Lab34.918954.0848-8.7993
CIE-Lab41.521761.5230-13.7091

#b2257a color RGB value is (178,37,122).

#b2257a hex color red value is 178, green value is 37 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b2257a hue: 0.90 , saturation: 0.66 and the lightness value of b2257a is 0.42.

The process color (four color CMYK) of #b2257a color hex is 0.00, 0.79, 0.31, 0.30. Web safe color of #b2257a is #993366. Color #b2257a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100101 01111010
Octal 262 45 172
Decimal 178 37 122
Hex B2 25 7A

RGB Percentages of Color #b2257a

%52.82
%10.98
%36.20

CMYK Percentages of Color #b2257a

%0
%79
%31
%30

Triadic Colors of #b2257a

#b2257a #7ab225 #257ab2

Analogous Colors of #b2257a

#b2257a #b22534 #a425b2

Monochromatic Colors of #b2257a

#b2257a

Complementary Color

#b2257a #25b25d

#b2257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2257a Color CSS Codes

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

#b2257a Text Font Color

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

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


#b2257a Background Color

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

This div background color is #b2257a


#b2257a Border Color

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

This div border color is #b2257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2257a


Comments

No comments written yet.

Please login to write comment.