Color Hex Logo

#b275fa Color Hex

#B275FA
(178,117,250)
0 Favorites   0 Comments

Color spaces of #b275fa

RGB 178117250
HSL0.740.930.72
HSV268°53°98°
CMYK 0.290.530.00   0.02
XYZ41.976729.089793.8449
Yxy29.08970.25450.1764
Hunter Lab53.934944.5379-65.4082
CIE-Lab60.860749.4714-57.8143

#b275fa color RGB value is (178,117,250).

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

The process color (four color CMYK) of #b275fa color hex is 0.29, 0.53, 0.00, 0.02. Web safe color of #b275fa is #9966ff. Color #b275fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110101 11111010
Octal 262 165 372
Decimal 178 117 250
Hex B2 75 FA

RGB Percentages of Color #b275fa

%32.66
%21.47
%45.87

CMYK Percentages of Color #b275fa

%29
%53
%0
%2

Triadic Colors of #b275fa

#b275fa #fab275 #75fab2

Analogous Colors of #b275fa

#b275fa #f575fa #757bfa

Monochromatic Colors of #b275fa

#b275fa

Complementary Color

#b275fa #bdfa75

#b275fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b275fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b275fa Color CSS Codes

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

#b275fa Text Font Color

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

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


#b275fa Background Color

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

This div background color is #b275fa


#b275fa Border Color

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

This div border color is #b275fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,117,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 #b275fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b275fa


Comments

No comments written yet.

Please login to write comment.