Color Hex Logo

#b370fd Color Hex

#B370FD
(179,112,253)
0 Favorites   0 Comments

Color spaces of #b370fd

RGB 179112253
HSL0.750.970.72
HSV269°56°99°
CMYK 0.290.560.00   0.01
XYZ42.114228.263996.1643
Yxy28.26390.25290.1697
Hunter Lab53.163848.3638-70.0309
CIE-Lab60.126453.0518-60.6356

#b370fd color RGB value is (179,112,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 11111101
Octal 263 160 375
Decimal 179 112 253
Hex B3 70 FD

RGB Percentages of Color #b370fd

%32.90
%20.59
%46.51

CMYK Percentages of Color #b370fd

%29
%56
%0
%1

Triadic Colors of #b370fd

#b370fd #fdb370 #70fdb3

Analogous Colors of #b370fd

#b370fd #fa70fd #7074fd

Monochromatic Colors of #b370fd

#b370fd

Complementary Color

#b370fd #bafd70

#b370fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b370fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b370fd Color CSS Codes

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

#b370fd Text Font Color

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

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


#b370fd Background Color

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

This div background color is #b370fd


#b370fd Border Color

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

This div border color is #b370fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,112,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 #b370fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b370fd

Related Colors


Comments

No comments written yet.

Please login to write comment.