Color Hex Logo

#b375da Color Hex

#B375DA
(179,117,218)
0 Favorites   0 Comments

Color spaces of #b375da

RGB 179117218
HSL0.770.580.66
HSV277°46°85°
CMYK 0.180.460.00   0.15
XYZ37.606627.368269.6302
Yxy27.36820.27940.2033
Hunter Lab52.314636.7649-42.2941
CIE-Lab59.313642.4393-42.4585

#b375da color RGB value is (179,117,218).

#b375da hex color red value is 179, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b375da hue: 0.77 , saturation: 0.58 and the lightness value of b375da is 0.66.

The process color (four color CMYK) of #b375da color hex is 0.18, 0.46, 0.00, 0.15. Web safe color of #b375da is #cc66cc. Color #b375da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 11011010
Octal 263 165 332
Decimal 179 117 218
Hex B3 75 DA

RGB Percentages of Color #b375da

%34.82
%22.76
%42.41

CMYK Percentages of Color #b375da

%18
%46
%0
%15

Triadic Colors of #b375da

#b375da #dab375 #75dab3

Analogous Colors of #b375da

#b375da #da75cf #8175da

Monochromatic Colors of #b375da

#b375da

Complementary Color

#b375da #9cda75

#b375da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375da Color CSS Codes

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

#b375da Text Font Color

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

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


#b375da Background Color

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

This div background color is #b375da


#b375da Border Color

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

This div border color is #b375da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375da


Comments

No comments written yet.

Please login to write comment.