Color Hex Logo

#b293fa Color Hex

#B293FA
(178,147,250)
0 Favorites   0 Comments

Color spaces of #b293fa

RGB 178147250
HSL0.720.910.78
HSV258°41°98°
CMYK 0.290.410.00   0.02
XYZ46.049137.234595.2024
Yxy37.23450.25800.2086
Hunter Lab61.020127.9208-49.7891
CIE-Lab67.452632.9936-47.3623

#b293fa color RGB value is (178,147,250).

#b293fa hex color red value is 178, green value is 147 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b293fa hue: 0.72 , saturation: 0.91 and the lightness value of b293fa is 0.78.

The process color (four color CMYK) of #b293fa color hex is 0.29, 0.41, 0.00, 0.02. Web safe color of #b293fa is #9999ff. Color #b293fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 11111010
Octal 262 223 372
Decimal 178 147 250
Hex B2 93 FA

RGB Percentages of Color #b293fa

%30.96
%25.57
%43.48

CMYK Percentages of Color #b293fa

%29
%41
%0
%2

Triadic Colors of #b293fa

#b293fa #fab293 #93fab2

Analogous Colors of #b293fa

#b293fa #e693fa #93a8fa

Monochromatic Colors of #b293fa

#b293fa

Complementary Color

#b293fa #dbfa93

#b293fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b293fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b293fa Color CSS Codes

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

#b293fa Text Font Color

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

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


#b293fa Background Color

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

This div background color is #b293fa


#b293fa Border Color

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

This div border color is #b293fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b293fa


Comments

No comments written yet.

Please login to write comment.