Color Hex Logo

#b370ee Color Hex

#B370EE
(179,112,238)
0 Favorites   0 Comments

Color spaces of #b370ee

RGB 179112238
HSL0.760.790.69
HSV272°53°93°
CMYK 0.250.530.00   0.07
XYZ39.817227.345184.0685
Yxy27.34510.26330.1808
Hunter Lab52.292544.4036-58.7132
CIE-Lab59.292449.5865-53.6651

#b370ee color RGB value is (179,112,238).

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

The process color (four color CMYK) of #b370ee color hex is 0.25, 0.53, 0.00, 0.07. Web safe color of #b370ee is #cc66ff. Color #b370ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 11101110
Octal 263 160 356
Decimal 179 112 238
Hex B3 70 EE

RGB Percentages of Color #b370ee

%33.84
%21.17
%44.99

CMYK Percentages of Color #b370ee

%25
%53
%0
%7

Triadic Colors of #b370ee

#b370ee #eeb370 #70eeb3

Analogous Colors of #b370ee

#b370ee #ee70ea #7470ee

Monochromatic Colors of #b370ee

#b370ee

Complementary Color

#b370ee #abee70

#b370ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b370ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b370ee Color CSS Codes

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

#b370ee Text Font Color

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

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


#b370ee Background Color

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

This div background color is #b370ee


#b370ee Border Color

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

This div border color is #b370ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b370ee


Comments

No comments written yet.

Please login to write comment.