Color Hex Logo

#b970eb Color Hex

#B970EB
(185,112,235)
0 Favorites   0 Comments

Color spaces of #b970eb

RGB 185112235
HSL0.770.750.68
HSV276°52°92°
CMYK 0.210.520.00   0.08
XYZ40.797227.900881.8324
Yxy27.90080.27100.1853
Hunter Lab52.821245.4299-54.8792
CIE-Lab59.799050.4474-51.1502

#b970eb color RGB value is (185,112,235).

#b970eb hex color red value is 185, green value is 112 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b970eb hue: 0.77 , saturation: 0.75 and the lightness value of b970eb is 0.68.

The process color (four color CMYK) of #b970eb color hex is 0.21, 0.52, 0.00, 0.08. Web safe color of #b970eb is #cc66ff. Color #b970eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110000 11101011
Octal 271 160 353
Decimal 185 112 235
Hex B9 70 EB

RGB Percentages of Color #b970eb

%34.77
%21.05
%44.17

CMYK Percentages of Color #b970eb

%21
%52
%0
%8

Triadic Colors of #b970eb

#b970eb #ebb970 #70ebb9

Analogous Colors of #b970eb

#b970eb #eb70e0 #7c70eb

Monochromatic Colors of #b970eb

#b970eb

Complementary Color

#b970eb #a2eb70

#b970eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b970eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b970eb Color CSS Codes

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

#b970eb Text Font Color

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

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


#b970eb Background Color

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

This div background color is #b970eb


#b970eb Border Color

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

This div border color is #b970eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,112,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 #b970eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b970eb


Comments

No comments written yet.

Please login to write comment.