Color Hex Logo

#b974ed Color Hex

#B974ED
(185,116,237)
0 Favorites   0 Comments

Color spaces of #b974ed

RGB 185116237
HSL0.760.770.69
HSV274°51°93°
CMYK 0.220.510.00   0.07
XYZ41.539028.919583.5134
Yxy28.91950.26980.1878
Hunter Lab53.776943.7697-54.4313
CIE-Lab60.710548.7907-50.8153

#b974ed color RGB value is (185,116,237).

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

The process color (four color CMYK) of #b974ed color hex is 0.22, 0.51, 0.00, 0.07. Web safe color of #b974ed is #cc66ff. Color #b974ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 11101101
Octal 271 164 355
Decimal 185 116 237
Hex B9 74 ED

RGB Percentages of Color #b974ed

%34.39
%21.56
%44.05

CMYK Percentages of Color #b974ed

%22
%51
%0
%7

Triadic Colors of #b974ed

#b974ed #edb974 #74edb9

Analogous Colors of #b974ed

#b974ed #ed74e5 #7d74ed

Monochromatic Colors of #b974ed

#b974ed

Complementary Color

#b974ed #a8ed74

#b974ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b974ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b974ed Color CSS Codes

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

#b974ed Text Font Color

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

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


#b974ed Background Color

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

This div background color is #b974ed


#b974ed Border Color

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

This div border color is #b974ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b974ed


Comments

No comments written yet.

Please login to write comment.