Color Hex Logo

#b80ade Color Hex

#B80ADE
(184,10,222)
0 Favorites   0 Comments

Color spaces of #b80ade

RGB 18410222
HSL0.800.910.45
HSV289°95°87°
CMYK 0.170.950.00   0.13
XYZ33.060515.681470.3916
Yxy15.68140.27750.1316
Hunter Lab39.599779.7241-77.6727
CIE-Lab46.553782.0083-65.0841

#b80ade color RGB value is (184,10,222).

#b80ade hex color red value is 184, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b80ade hue: 0.80 , saturation: 0.91 and the lightness value of b80ade is 0.45.

The process color (four color CMYK) of #b80ade color hex is 0.17, 0.95, 0.00, 0.13. Web safe color of #b80ade is #cc00cc. Color #b80ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001010 11011110
Octal 270 12 336
Decimal 184 10 222
Hex B8 A DE

RGB Percentages of Color #b80ade

%44.23
%2.40
%53.37

CMYK Percentages of Color #b80ade

%17
%95
%0
%13

Triadic Colors of #b80ade

#b80ade #deb80a #0adeb8

Analogous Colors of #b80ade

#b80ade #de0a9a #4e0ade

Monochromatic Colors of #b80ade

#b80ade

Complementary Color

#b80ade #30de0a

#b80ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ade Color CSS Codes

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

#b80ade Text Font Color

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

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


#b80ade Background Color

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

This div background color is #b80ade


#b80ade Border Color

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

This div border color is #b80ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,10,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b80ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b80ade;
  -webkit-box-shadow: 1px 1px 3px 2px #b80ade;
  box-shadow:         1px 1px 3px 2px #b80ade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,10,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ade


Comments

No comments written yet.

Please login to write comment.