Color Hex Logo

#b375df Color Hex

#B375DF
(179,117,223)
0 Favorites   0 Comments

Color spaces of #b375df

RGB 179117223
HSL0.760.620.67
HSV275°48°87°
CMYK 0.200.480.00   0.13
XYZ38.271027.634073.1288
Yxy27.63400.27530.1988
Hunter Lab52.568137.9589-45.6822
CIE-Lab59.556643.5408-44.8783

#b375df color RGB value is (179,117,223).

#b375df hex color red value is 179, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b375df hue: 0.76 , saturation: 0.62 and the lightness value of b375df is 0.67.

The process color (four color CMYK) of #b375df color hex is 0.20, 0.48, 0.00, 0.13. Web safe color of #b375df is #cc66cc. Color #b375df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 11011111
Octal 263 165 337
Decimal 179 117 223
Hex B3 75 DF

RGB Percentages of Color #b375df

%34.49
%22.54
%42.97

CMYK Percentages of Color #b375df

%20
%48
%0
%13

Triadic Colors of #b375df

#b375df #dfb375 #75dfb3

Analogous Colors of #b375df

#b375df #df75d6 #7e75df

Monochromatic Colors of #b375df

#b375df

Complementary Color

#b375df #a1df75

#b375df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375df Color CSS Codes

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

#b375df Text Font Color

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

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


#b375df Background Color

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

This div background color is #b375df


#b375df Border Color

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

This div border color is #b375df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375df


Comments

No comments written yet.

Please login to write comment.