Color Hex Logo

#b371ed Color Hex

#B371ED
(179,113,237)
0 Favorites   0 Comments

Color spaces of #b371ed

RGB 179113237
HSL0.760.780.69
HSV272°52°93°
CMYK 0.240.520.00   0.07
XYZ39.781627.508483.3337
Yxy27.50840.26410.1826
Hunter Lab52.448543.6056-57.4901
CIE-Lab59.442048.8302-52.8711

#b371ed color RGB value is (179,113,237).

#b371ed hex color red value is 179, green value is 113 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b371ed hue: 0.76 , saturation: 0.78 and the lightness value of b371ed is 0.69.

The process color (four color CMYK) of #b371ed color hex is 0.24, 0.52, 0.00, 0.07. Web safe color of #b371ed is #cc66ff. Color #b371ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110001 11101101
Octal 263 161 355
Decimal 179 113 237
Hex B3 71 ED

RGB Percentages of Color #b371ed

%33.84
%21.36
%44.80

CMYK Percentages of Color #b371ed

%24
%52
%0
%7

Triadic Colors of #b371ed

#b371ed #edb371 #71edb3

Analogous Colors of #b371ed

#b371ed #ed71e9 #7571ed

Monochromatic Colors of #b371ed

#b371ed

Complementary Color

#b371ed #abed71

#b371ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b371ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b371ed Color CSS Codes

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

#b371ed Text Font Color

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

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


#b371ed Background Color

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

This div background color is #b371ed


#b371ed Border Color

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

This div border color is #b371ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b371ed


Comments

No comments written yet.

Please login to write comment.