Color Hex Logo

#b375fd Color Hex

#B375FD
(179,117,253)
0 Favorites   0 Comments

Color spaces of #b375fd

RGB 179117253
HSL0.740.970.73
HSV267°54°99°
CMYK 0.290.540.00   0.01
XYZ42.681329.398196.3534
Yxy29.39810.25340.1745
Hunter Lab54.220045.6279-67.4092
CIE-Lab61.131450.4234-59.0286

#b375fd color RGB value is (179,117,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 11111101
Octal 263 165 375
Decimal 179 117 253
Hex B3 75 FD

RGB Percentages of Color #b375fd

%32.60
%21.31
%46.08

CMYK Percentages of Color #b375fd

%29
%54
%0
%1

Triadic Colors of #b375fd

#b375fd #fdb375 #75fdb3

Analogous Colors of #b375fd

#b375fd #f775fd #757bfd

Monochromatic Colors of #b375fd

#b375fd

Complementary Color

#b375fd #bffd75

#b375fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375fd Color CSS Codes

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

#b375fd Text Font Color

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

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


#b375fd Background Color

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

This div background color is #b375fd


#b375fd Border Color

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

This div border color is #b375fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375fd

Related Colors


Comments

No comments written yet.

Please login to write comment.