Color Hex Logo

#b375fc Color Hex

#B375FC
(179,117,252)
0 Favorites   0 Comments

Color spaces of #b375fc

RGB 179117252
HSL0.740.960.72
HSV268°54°99°
CMYK 0.290.540.00   0.01
XYZ42.522429.334695.5164
Yxy29.33460.25410.1753
Hunter Lab54.161445.3587-66.6479
CIE-Lab61.075850.1872-58.5668

#b375fc color RGB value is (179,117,252).

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

The process color (four color CMYK) of #b375fc color hex is 0.29, 0.54, 0.00, 0.01. Web safe color of #b375fc is #cc66ff. Color #b375fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 11111100
Octal 263 165 374
Decimal 179 117 252
Hex B3 75 FC

RGB Percentages of Color #b375fc

%32.66
%21.35
%45.99

CMYK Percentages of Color #b375fc

%29
%54
%0
%1

Triadic Colors of #b375fc

#b375fc #fcb375 #75fcb3

Analogous Colors of #b375fc

#b375fc #f775fc #757bfc

Monochromatic Colors of #b375fc

#b375fc

Complementary Color

#b375fc #befc75

#b375fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375fc Color CSS Codes

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

#b375fc Text Font Color

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

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


#b375fc Background Color

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

This div background color is #b375fc


#b375fc Border Color

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

This div border color is #b375fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375fc


Comments

No comments written yet.

Please login to write comment.