Color Hex Logo

#b820da Color Hex

#B820DA
(184,32,218)
0 Favorites   0 Comments

Color spaces of #b820da

RGB 18432218
HSL0.800.740.49
HSV289°85°85°
CMYK 0.160.850.00   0.15
XYZ32.938616.285367.7370
Yxy16.28530.28160.1392
Hunter Lab40.355075.0739-71.2713
CIE-Lab47.346678.1579-61.5152

#b820da color RGB value is (184,32,218).

#b820da hex color red value is 184, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b820da hue: 0.80 , saturation: 0.74 and the lightness value of b820da is 0.49.

The process color (four color CMYK) of #b820da color hex is 0.16, 0.85, 0.00, 0.15. Web safe color of #b820da is #cc33cc. Color #b820da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 11011010
Octal 270 40 332
Decimal 184 32 218
Hex B8 20 DA

RGB Percentages of Color #b820da

%42.40
%7.37
%50.23

CMYK Percentages of Color #b820da

%16
%85
%0
%15

Triadic Colors of #b820da

#b820da #dab820 #20dab8

Analogous Colors of #b820da

#b820da #da209f #5b20da

Monochromatic Colors of #b820da

#b820da

Complementary Color

#b820da #42da20

#b820da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b820da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b820da Color CSS Codes

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

#b820da Text Font Color

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

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


#b820da Background Color

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

This div background color is #b820da


#b820da Border Color

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

This div border color is #b820da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b820da


Comments

No comments written yet.

Please login to write comment.