Color Hex Logo

#b970fd Color Hex

#B970FD
(185,112,253)
0 Favorites   0 Comments

Color spaces of #b970fd

RGB 185112253
HSL0.750.970.72
HSV271°56°99°
CMYK 0.270.560.00   0.01
XYZ43.531428.994596.2306
Yxy28.99450.25800.1718
Hunter Lab53.846550.0741-68.2662
CIE-Lab60.776854.4772-59.5584

#b970fd color RGB value is (185,112,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110000 11111101
Octal 271 160 375
Decimal 185 112 253
Hex B9 70 FD

RGB Percentages of Color #b970fd

%33.64
%20.36
%46.00

CMYK Percentages of Color #b970fd

%27
%56
%0
%1

Triadic Colors of #b970fd

#b970fd #fdb970 #70fdb9

Analogous Colors of #b970fd

#b970fd #fd70fb #7370fd

Monochromatic Colors of #b970fd

#b970fd

Complementary Color

#b970fd #b4fd70

#b970fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b970fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b970fd Color CSS Codes

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

#b970fd Text Font Color

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

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


#b970fd Background Color

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

This div background color is #b970fd


#b970fd Border Color

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

This div border color is #b970fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b970fd


Comments

No comments written yet.

Please login to write comment.