Color Hex Logo

#b470cd Color Hex

#B470CD
(180,112,205)
0 Favorites   0 Comments

Color spaces of #b470cd

RGB 180112205
HSL0.790.480.62
HSV284°45°80°
CMYK 0.120.450.00   0.20
XYZ35.636025.699460.8399
Yxy25.69940.29170.2103
Hunter Lab50.694636.7619-35.6693
CIE-Lab57.750642.6495-37.5738

#b470cd color RGB value is (180,112,205).

#b470cd hex color red value is 180, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b470cd hue: 0.79 , saturation: 0.48 and the lightness value of b470cd is 0.62.

The process color (four color CMYK) of #b470cd color hex is 0.12, 0.45, 0.00, 0.20. Web safe color of #b470cd is #cc66cc. Color #b470cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110000 11001101
Octal 264 160 315
Decimal 180 112 205
Hex B4 70 CD

RGB Percentages of Color #b470cd

%36.22
%22.54
%41.25

CMYK Percentages of Color #b470cd

%12
%45
%0
%20

Triadic Colors of #b470cd

#b470cd #cdb470 #70cdb4

Analogous Colors of #b470cd

#b470cd #cd70b8 #8670cd

Monochromatic Colors of #b470cd

#b470cd

Complementary Color

#b470cd #89cd70

#b470cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b470cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b470cd Color CSS Codes

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

#b470cd Text Font Color

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

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


#b470cd Background Color

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

This div background color is #b470cd


#b470cd Border Color

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

This div border color is #b470cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b470cd


Comments

No comments written yet.

Please login to write comment.