Color Hex Logo

#b37de5 Color Hex

#B37DE5
(179,125,229)
0 Favorites   0 Comments

Color spaces of #b37de5

RGB 179125229
HSL0.750.670.69
HSV271°45°90°
CMYK 0.220.450.00   0.10
XYZ40.066929.908177.7898
Yxy29.90810.27120.2024
Hunter Lab54.688335.0719-46.0535
CIE-Lab61.574840.5288-45.0434

#b37de5 color RGB value is (179,125,229).

#b37de5 hex color red value is 179, green value is 125 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b37de5 hue: 0.75 , saturation: 0.67 and the lightness value of b37de5 is 0.69.

The process color (four color CMYK) of #b37de5 color hex is 0.22, 0.45, 0.00, 0.10. Web safe color of #b37de5 is #cc66cc. Color #b37de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111101 11100101
Octal 263 175 345
Decimal 179 125 229
Hex B3 7D E5

RGB Percentages of Color #b37de5

%33.58
%23.45
%42.96

CMYK Percentages of Color #b37de5

%22
%45
%0
%10

Triadic Colors of #b37de5

#b37de5 #e5b37d #7de5b3

Analogous Colors of #b37de5

#b37de5 #e57de3 #7f7de5

Monochromatic Colors of #b37de5

#b37de5

Complementary Color

#b37de5 #afe57d

#b37de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37de5 Color CSS Codes

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

#b37de5 Text Font Color

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

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


#b37de5 Background Color

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

This div background color is #b37de5


#b37de5 Border Color

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

This div border color is #b37de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37de5


Comments

No comments written yet.

Please login to write comment.