color codes Logo

#b80ad6 color codes

#B80AD6
(184,10,214)
0 Favorites   0 Comments

Color spaces of #b80ad6

RGB 18410214
HSL0.810.910.44
HSV291°95°84°
CMYK 0.140.950.00   0.16
XYZ32.013315.262564.8770
Yxy15.26250.28540.1361
Hunter Lab39.067277.9025-71.1128
CIE-Lab45.991780.6782-61.4137

#b80ad6 color RGB value is (184,10,214).

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

The process color (four color CMYK) of #b80ad6 color code is 0.14, 0.95, 0.00, 0.16. Web safe color of #b80ad6 is #cc00cc. Color #b80ad6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001010 11010110
Octal 270 12 326
Decimal 184 10 214
Hex B8 A D6

RGB Percentages of Color #b80ad6

%45.10
%2.45
%52.45

CMYK Percentages of Color #b80ad6

%14
%95
%0
%16

Triadic Colors of #b80ad6

#b80ad6 #d6b80a #0ad6b8

Analogous Colors of #b80ad6

#b80ad6 #d60a8e #520ad6

Monochromatic Colors of #b80ad6

#b80ad6

Complementary Color

#b80ad6 #28d60a

#b80ad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ad6 Color CSS Codes

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

#b80ad6 Text Font Color

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

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


#b80ad6 Background Color

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

This div background color is #b80ad6


#b80ad6 Border Color

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

This div border color is #b80ad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ad6


Comments

No comments written yet.

Please login to write comment.