Color Hex Logo

#b470be Color Hex

#B470BE
(180,112,190)
0 Favorites   0 Comments

Color spaces of #b470be

RGB 180112190
HSL0.810.380.59
HSV292°41°75°
CMYK 0.050.410.00   0.25
XYZ33.910825.009351.7552
Yxy25.00930.30640.2260
Hunter Lab50.009333.5228-26.3534
CIE-Lab57.084539.6061-30.0773

#b470be color RGB value is (180,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110000 10111110
Octal 264 160 276
Decimal 180 112 190
Hex B4 70 BE

RGB Percentages of Color #b470be

%37.34
%23.24
%39.42

CMYK Percentages of Color #b470be

%5
%41
%0
%25

Triadic Colors of #b470be

#b470be #beb470 #70beb4

Analogous Colors of #b470be

#b470be #be70a1 #8d70be

Monochromatic Colors of #b470be

#b470be

Complementary Color

#b470be #7abe70

#b470be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b470be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b470be Color CSS Codes

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

#b470be Text Font Color

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

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


#b470be Background Color

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

This div background color is #b470be


#b470be Border Color

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

This div border color is #b470be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b470be


Comments

No comments written yet.

Please login to write comment.