Color Hex Logo

#b37eff Color Hex

#B37EFF
(179,126,255)
0 Favorites   0 Comments

Color spaces of #b37eff

RGB 179126255
HSL0.741.000.75
HSV265°51°100°
CMYK 0.300.510.00   0.00
XYZ44.101331.725498.4070
Yxy31.72540.25310.1821
Hunter Lab56.325341.1917-64.1590
CIE-Lab63.115346.0720-56.9627

#b37eff color RGB value is (179,126,255).

#b37eff hex color red value is 179, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b37eff hue: 0.74 , saturation: 1.00 and the lightness value of b37eff is 0.75.

The process color (four color CMYK) of #b37eff color hex is 0.30, 0.51, 0.00, 0.00. Web safe color of #b37eff is #cc66ff. Color #b37eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111110 11111111
Octal 263 176 377
Decimal 179 126 255
Hex B3 7E FF

RGB Percentages of Color #b37eff

%31.96
%22.50
%45.54

CMYK Percentages of Color #b37eff

%30
%51
%0
%0

Triadic Colors of #b37eff

#b37eff #ffb37e #7effb3

Analogous Colors of #b37eff

#b37eff #f47eff #7e8aff

Monochromatic Colors of #b37eff

#b37eff

Complementary Color

#b37eff #caff7e

#b37eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37eff Color CSS Codes

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

#b37eff Text Font Color

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

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


#b37eff Background Color

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

This div background color is #b37eff


#b37eff Border Color

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

This div border color is #b37eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,126,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b37eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b37eff;
  -webkit-box-shadow: 1px 1px 3px 2px #b37eff;
  box-shadow:         1px 1px 3px 2px #b37eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,126,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37eff


Comments

No comments written yet.

Please login to write comment.