Color Hex Logo

#b974eb Color Hex

#B974EB
(185,116,235)
0 Favorites   0 Comments

Color spaces of #b974eb

RGB 185116235
HSL0.760.750.69
HSV275°51°92°
CMYK 0.210.510.00   0.08
XYZ41.248428.803281.9828
Yxy28.80320.27130.1895
Hunter Lab53.668643.2707-53.0019
CIE-Lab60.607548.3476-49.8675

#b974eb color RGB value is (185,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 11101011
Octal 271 164 353
Decimal 185 116 235
Hex B9 74 EB

RGB Percentages of Color #b974eb

%34.51
%21.64
%43.84

CMYK Percentages of Color #b974eb

%21
%51
%0
%8

Triadic Colors of #b974eb

#b974eb #ebb974 #74ebb9

Analogous Colors of #b974eb

#b974eb #eb74e2 #7e74eb

Monochromatic Colors of #b974eb

#b974eb

Complementary Color

#b974eb #a6eb74

#b974eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b974eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b974eb Color CSS Codes

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

#b974eb Text Font Color

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

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


#b974eb Background Color

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

This div background color is #b974eb


#b974eb Border Color

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

This div border color is #b974eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b974eb


Comments

No comments written yet.

Please login to write comment.