Color Hex Logo

#b375fb Color Hex

#B375FB
(179,117,251)
0 Favorites   0 Comments

Color spaces of #b375fb

RGB 179117251
HSL0.740.940.72
HSV268°53°98°
CMYK 0.290.530.00   0.02
XYZ42.364329.271394.6839
Yxy29.27130.25470.1760
Hunter Lab54.103045.0909-65.8895
CIE-Lab61.020349.9518-58.1046

#b375fb color RGB value is (179,117,251).

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

The process color (four color CMYK) of #b375fb color hex is 0.29, 0.53, 0.00, 0.02. Web safe color of #b375fb is #cc66ff. Color #b375fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 11111011
Octal 263 165 373
Decimal 179 117 251
Hex B3 75 FB

RGB Percentages of Color #b375fb

%32.72
%21.39
%45.89

CMYK Percentages of Color #b375fb

%29
%53
%0
%2

Triadic Colors of #b375fb

#b375fb #fbb375 #75fbb3

Analogous Colors of #b375fb

#b375fb #f675fb #757afb

Monochromatic Colors of #b375fb

#b375fb

Complementary Color

#b375fb #bdfb75

#b375fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375fb Color CSS Codes

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

#b375fb Text Font Color

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

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


#b375fb Background Color

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

This div background color is #b375fb


#b375fb Border Color

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

This div border color is #b375fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375fb


Comments

No comments written yet.

Please login to write comment.