Color Hex Logo

#b813da Color Hex

#B813DA
(184,19,218)
0 Favorites   0 Comments

Color spaces of #b813da

RGB 18419218
HSL0.800.840.46
HSV290°91°85°
CMYK 0.160.910.00   0.15
XYZ32.654915.718067.6424
Yxy15.71800.28150.1355
Hunter Lab39.645977.6435-73.4062
CIE-Lab46.602380.3548-62.7189

#b813da color RGB value is (184,19,218).

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

The process color (four color CMYK) of #b813da color hex is 0.16, 0.91, 0.00, 0.15. Web safe color of #b813da is #cc00cc. Color #b813da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 11011010
Octal 270 23 332
Decimal 184 19 218
Hex B8 13 DA

RGB Percentages of Color #b813da

%43.71
%4.51
%51.78

CMYK Percentages of Color #b813da

%16
%91
%0
%15

Triadic Colors of #b813da

#b813da #dab813 #13dab8

Analogous Colors of #b813da

#b813da #da1399 #5513da

Monochromatic Colors of #b813da

#b813da

Complementary Color

#b813da #35da13

#b813da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b813da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b813da Color CSS Codes

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

#b813da Text Font Color

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

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


#b813da Background Color

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

This div background color is #b813da


#b813da Border Color

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

This div border color is #b813da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b813da


Comments

No comments written yet.

Please login to write comment.