Color Hex Logo

#b470ea Color Hex

#B470EA
(180,112,234)
0 Favorites   0 Comments

Color spaces of #b470ea

RGB 180112234
HSL0.760.740.68
HSV273°52°92°
CMYK 0.230.520.00   0.08
XYZ39.467827.232281.0180
Yxy27.23220.26720.1844
Hunter Lab52.184543.6790-55.5204
CIE-Lab59.188648.9362-51.5974

#b470ea color RGB value is (180,112,234).

#b470ea hex color red value is 180, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b470ea hue: 0.76 , saturation: 0.74 and the lightness value of b470ea is 0.68.

The process color (four color CMYK) of #b470ea color hex is 0.23, 0.52, 0.00, 0.08. Web safe color of #b470ea is #cc66ff. Color #b470ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110000 11101010
Octal 264 160 352
Decimal 180 112 234
Hex B4 70 EA

RGB Percentages of Color #b470ea

%34.22
%21.29
%44.49

CMYK Percentages of Color #b470ea

%23
%52
%0
%8

Triadic Colors of #b470ea

#b470ea #eab470 #70eab4

Analogous Colors of #b470ea

#b470ea #ea70e3 #7770ea

Monochromatic Colors of #b470ea

#b470ea

Complementary Color

#b470ea #a6ea70

#b470ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b470ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b470ea Color CSS Codes

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

#b470ea Text Font Color

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

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


#b470ea Background Color

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

This div background color is #b470ea


#b470ea Border Color

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

This div border color is #b470ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b470ea


Comments

No comments written yet.

Please login to write comment.