Color Hex Logo

#b290a8 Color Hex

#B290A8
(178,144,168)
0 Favorites   0 Comments

Color spaces of #b290a8

RGB 178144168
HSL0.880.180.63
HSV318°19°70°
CMYK 0.000.190.06   0.30
XYZ35.401232.238641.4026
Yxy32.23860.32470.2957
Hunter Lab56.779011.9297-3.4882
CIE-Lab63.539616.9034-7.7575

#b290a8 color RGB value is (178,144,168).

#b290a8 hex color red value is 178, green value is 144 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b290a8 hue: 0.88 , saturation: 0.18 and the lightness value of b290a8 is 0.63.

The process color (four color CMYK) of #b290a8 color hex is 0.00, 0.19, 0.06, 0.30. Web safe color of #b290a8 is #999999. Color #b290a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010000 10101000
Octal 262 220 250
Decimal 178 144 168
Hex B2 90 A8

RGB Percentages of Color #b290a8

%36.33
%29.39
%34.29

CMYK Percentages of Color #b290a8

%0
%19
%6
%30

Triadic Colors of #b290a8

#b290a8 #a8b290 #90a8b2

Analogous Colors of #b290a8

#b290a8 #b29097 #ab90b2

Monochromatic Colors of #b290a8

#b290a8

Complementary Color

#b290a8 #90b29a

#b290a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b290a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b290a8 Color CSS Codes

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

#b290a8 Text Font Color

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

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


#b290a8 Background Color

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

This div background color is #b290a8


#b290a8 Border Color

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

This div border color is #b290a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b290a8


Comments

No comments written yet.

Please login to write comment.