Color Hex Logo

#b74feb Color Hex

#B74FEB
(183,79,235)
0 Favorites   0 Comments

Color spaces of #b74feb

RGB 18379235
HSL0.780.800.62
HSV280°66°92°
CMYK 0.220.660.00   0.08
XYZ37.319821.657480.8106
Yxy21.65740.26700.1549
Hunter Lab46.537561.7038-70.3785
CIE-Lab53.661665.8659-60.9720

#b74feb color RGB value is (183,79,235).

#b74feb hex color red value is 183, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b74feb hue: 0.78 , saturation: 0.80 and the lightness value of b74feb is 0.62.

The process color (four color CMYK) of #b74feb color hex is 0.22, 0.66, 0.00, 0.08. Web safe color of #b74feb is #cc66ff. Color #b74feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001111 11101011
Octal 267 117 353
Decimal 183 79 235
Hex B7 4F EB

RGB Percentages of Color #b74feb

%36.82
%15.90
%47.28

CMYK Percentages of Color #b74feb

%22
%66
%0
%8

Triadic Colors of #b74feb

#b74feb #ebb74f #4febb7

Analogous Colors of #b74feb

#b74feb #eb4fd1 #694feb

Monochromatic Colors of #b74feb

#b74feb

Complementary Color

#b74feb #83eb4f

#b74feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74feb Color CSS Codes

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

#b74feb Text Font Color

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

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


#b74feb Background Color

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

This div background color is #b74feb


#b74feb Border Color

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

This div border color is #b74feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74feb


Comments

No comments written yet.

Please login to write comment.