Color Hex Logo

#b980ea Color Hex

#B980EA
(185,128,234)
0 Favorites   0 Comments

Color spaces of #b980ea

RGB 185128234
HSL0.760.720.71
HSV272°45°92°
CMYK 0.210.450.00   0.08
XYZ42.578031.693181.7152
Yxy31.69310.27300.2032
Hunter Lab56.296636.4832-46.6525
CIE-Lab63.088441.6787-45.3920

#b980ea color RGB value is (185,128,234).

#b980ea hex color red value is 185, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b980ea hue: 0.76 , saturation: 0.72 and the lightness value of b980ea is 0.71.

The process color (four color CMYK) of #b980ea color hex is 0.21, 0.45, 0.00, 0.08. Web safe color of #b980ea is #cc99ff. Color #b980ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000000 11101010
Octal 271 200 352
Decimal 185 128 234
Hex B9 80 EA

RGB Percentages of Color #b980ea

%33.82
%23.40
%42.78

CMYK Percentages of Color #b980ea

%21
%45
%0
%8

Triadic Colors of #b980ea

#b980ea #eab980 #80eab9

Analogous Colors of #b980ea

#b980ea #ea80e6 #8480ea

Monochromatic Colors of #b980ea

#b980ea

Complementary Color

#b980ea #b1ea80

#b980ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b980ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b980ea Color CSS Codes

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

#b980ea Text Font Color

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

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


#b980ea Background Color

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

This div background color is #b980ea


#b980ea Border Color

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

This div border color is #b980ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,128,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 #b980ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b980ea


Comments

No comments written yet.

Please login to write comment.