Color Hex Logo

#b374ea Color Hex

#B374EA
(179,116,234)
0 Favorites   0 Comments

Color spaces of #b374ea

RGB 179116234
HSL0.760.740.69
HSV272°50°92°
CMYK 0.240.500.00   0.08
XYZ39.687128.015081.1576
Yxy28.01500.26660.1882
Hunter Lab52.929241.2159-53.8603
CIE-Lab59.902346.5498-50.4710

#b374ea color RGB value is (179,116,234).

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

The process color (four color CMYK) of #b374ea color hex is 0.24, 0.50, 0.00, 0.08. Web safe color of #b374ea is #cc66ff. Color #b374ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110100 11101010
Octal 263 164 352
Decimal 179 116 234
Hex B3 74 EA

RGB Percentages of Color #b374ea

%33.84
%21.93
%44.23

CMYK Percentages of Color #b374ea

%24
%50
%0
%8

Triadic Colors of #b374ea

#b374ea #eab374 #74eab3

Analogous Colors of #b374ea

#b374ea #ea74e6 #7874ea

Monochromatic Colors of #b374ea

#b374ea

Complementary Color

#b374ea #abea74

#b374ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b374ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b374ea Color CSS Codes

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

#b374ea Text Font Color

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

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


#b374ea Background Color

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

This div background color is #b374ea


#b374ea Border Color

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

This div border color is #b374ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b374ea


Comments

No comments written yet.

Please login to write comment.