Color Hex Logo

#b470bf Color Hex

#B470BF
(180,112,191)
0 Favorites   0 Comments

Color spaces of #b470bf

RGB 180112191
HSL0.810.380.59
HSV292°41°75°
CMYK 0.060.410.00   0.25
XYZ34.020525.053252.3329
Yxy25.05320.30540.2249
Hunter Lab50.053233.7311-26.9532
CIE-Lab57.127239.8039-30.5822

#b470bf color RGB value is (180,112,191).

#b470bf hex color red value is 180, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b470bf hue: 0.81 , saturation: 0.38 and the lightness value of b470bf is 0.59.

The process color (four color CMYK) of #b470bf color hex is 0.06, 0.41, 0.00, 0.25. Web safe color of #b470bf is #cc66cc. Color #b470bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110000 10111111
Octal 264 160 277
Decimal 180 112 191
Hex B4 70 BF

RGB Percentages of Color #b470bf

%37.27
%23.19
%39.54

CMYK Percentages of Color #b470bf

%6
%41
%0
%25

Triadic Colors of #b470bf

#b470bf #bfb470 #70bfb4

Analogous Colors of #b470bf

#b470bf #bf70a3 #8d70bf

Monochromatic Colors of #b470bf

#b470bf

Complementary Color

#b470bf #7bbf70

#b470bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b470bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b470bf Color CSS Codes

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

#b470bf Text Font Color

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

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


#b470bf Background Color

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

This div background color is #b470bf


#b470bf Border Color

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

This div border color is #b470bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b470bf


Comments

No comments written yet.

Please login to write comment.