Color Hex Logo

#b413de Color Hex

#B413DE
(180,19,222)
0 Favorites   0 Comments

Color spaces of #b413de

RGB 18019222
HSL0.800.840.47
HSV288°91°87°
CMYK 0.190.910.00   0.13
XYZ32.240115.443070.3888
Yxy15.44300.27310.1308
Hunter Lab39.297677.6723-78.6904
CIE-Lab46.235180.4486-65.6311

#b413de color RGB value is (180,19,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 11011110
Octal 264 23 336
Decimal 180 19 222
Hex B4 13 DE

RGB Percentages of Color #b413de

%42.76
%4.51
%52.73

CMYK Percentages of Color #b413de

%19
%91
%0
%13

Triadic Colors of #b413de

#b413de #deb413 #13deb4

Analogous Colors of #b413de

#b413de #de13a3 #4e13de

Monochromatic Colors of #b413de

#b413de

Complementary Color

#b413de #3dde13

#b413de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413de Color CSS Codes

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

#b413de Text Font Color

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

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


#b413de Background Color

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

This div background color is #b413de


#b413de Border Color

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

This div border color is #b413de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413de


Comments

No comments written yet.

Please login to write comment.