Color Hex Logo

#b375ea Color Hex

#B375EA
(179,117,234)
0 Favorites   0 Comments

Color spaces of #b375ea

RGB 179117234
HSL0.750.740.69
HSV272°50°92°
CMYK 0.240.500.00   0.08
XYZ39.803028.246881.1962
Yxy28.24680.26670.1893
Hunter Lab53.147740.6724-53.3766
CIE-Lab60.111146.0134-50.1398

#b375ea color RGB value is (179,117,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 11101010
Octal 263 165 352
Decimal 179 117 234
Hex B3 75 EA

RGB Percentages of Color #b375ea

%33.77
%22.08
%44.15

CMYK Percentages of Color #b375ea

%24
%50
%0
%8

Triadic Colors of #b375ea

#b375ea #eab375 #75eab3

Analogous Colors of #b375ea

#b375ea #ea75e7 #7975ea

Monochromatic Colors of #b375ea

#b375ea

Complementary Color

#b375ea #acea75

#b375ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375ea Color CSS Codes

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

#b375ea Text Font Color

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

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


#b375ea Background Color

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

This div background color is #b375ea


#b375ea Border Color

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

This div border color is #b375ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375ea


Comments

No comments written yet.

Please login to write comment.