Color Hex Logo

#b470fc Color Hex

#B470FC
(180,112,252)
0 Favorites   0 Comments

Color spaces of #b470fc

RGB 180112252
HSL0.750.960.71
HSV269°56°99°
CMYK 0.290.560.00   0.01
XYZ42.187228.319995.3382
Yxy28.31990.25440.1708
Hunter Lab53.216448.3766-68.9676
CIE-Lab60.176753.0553-59.9979

#b470fc color RGB value is (180,112,252).

#b470fc hex color red value is 180, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b470fc hue: 0.75 , saturation: 0.96 and the lightness value of b470fc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110000 11111100
Octal 264 160 374
Decimal 180 112 252
Hex B4 70 FC

RGB Percentages of Color #b470fc

%33.09
%20.59
%46.32

CMYK Percentages of Color #b470fc

%29
%56
%0
%1

Triadic Colors of #b470fc

#b470fc #fcb470 #70fcb4

Analogous Colors of #b470fc

#b470fc #fa70fc #7072fc

Monochromatic Colors of #b470fc

#b470fc

Complementary Color

#b470fc #b8fc70

#b470fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b470fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b470fc Color CSS Codes

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

#b470fc Text Font Color

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

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


#b470fc Background Color

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

This div background color is #b470fc


#b470fc Border Color

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

This div border color is #b470fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,112,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b470fc


Comments

No comments written yet.

Please login to write comment.