Color Hex Logo

#b813de Color Hex

#B813DE
(184,19,222)
0 Favorites   0 Comments

Color spaces of #b813de

RGB 18419222
HSL0.800.840.47
HSV289°91°87°
CMYK 0.170.910.00   0.13
XYZ33.184915.930070.4330
Yxy15.93000.27760.1333
Hunter Lab39.912478.5659-76.6898
CIE-Lab46.882581.0314-64.5510

#b813de color RGB value is (184,19,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 11011110
Octal 270 23 336
Decimal 184 19 222
Hex B8 13 DE

RGB Percentages of Color #b813de

%43.29
%4.47
%52.24

CMYK Percentages of Color #b813de

%17
%91
%0
%13

Triadic Colors of #b813de

#b813de #deb813 #13deb8

Analogous Colors of #b813de

#b813de #de139f #5213de

Monochromatic Colors of #b813de

#b813de

Complementary Color

#b813de #39de13

#b813de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b813de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b813de Color CSS Codes

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

#b813de Text Font Color

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

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


#b813de Background Color

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

This div background color is #b813de


#b813de Border Color

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

This div border color is #b813de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b813de


Comments

No comments written yet.

Please login to write comment.