Color Hex Logo

#b275eb Color Hex

#B275EB
(178,117,235)
0 Favorites   0 Comments

Color spaces of #b275eb

RGB 178117235
HSL0.750.750.69
HSV271°50°92°
CMYK 0.240.500.00   0.08
XYZ39.716828.185781.9443
Yxy28.18570.26500.1881
Hunter Lab53.090240.6280-54.3505
CIE-Lab60.056145.9798-50.7898

#b275eb color RGB value is (178,117,235).

#b275eb hex color red value is 178, green value is 117 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b275eb hue: 0.75 , saturation: 0.75 and the lightness value of b275eb is 0.69.

The process color (four color CMYK) of #b275eb color hex is 0.24, 0.50, 0.00, 0.08. Web safe color of #b275eb is #9966ff. Color #b275eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110101 11101011
Octal 262 165 353
Decimal 178 117 235
Hex B2 75 EB

RGB Percentages of Color #b275eb

%33.58
%22.08
%44.34

CMYK Percentages of Color #b275eb

%24
%50
%0
%8

Triadic Colors of #b275eb

#b275eb #ebb275 #75ebb2

Analogous Colors of #b275eb

#b275eb #eb75e9 #7775eb

Monochromatic Colors of #b275eb

#b275eb

Complementary Color

#b275eb #aeeb75

#b275eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b275eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b275eb Color CSS Codes

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

#b275eb Text Font Color

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

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


#b275eb Background Color

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

This div background color is #b275eb


#b275eb Border Color

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

This div border color is #b275eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b275eb


Comments

No comments written yet.

Please login to write comment.