Color Hex Logo

#b414de Color Hex

#B414DE
(180,20,222)
0 Favorites   0 Comments

Color spaces of #b414de

RGB 18020222
HSL0.800.830.47
HSV288°91°87°
CMYK 0.190.910.00   0.13
XYZ32.257415.477570.3946
Yxy15.47750.27310.1310
Hunter Lab39.341577.5107-78.5500
CIE-Lab46.281480.3114-65.5560

#b414de color RGB value is (180,20,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010100 11011110
Octal 264 24 336
Decimal 180 20 222
Hex B4 14 DE

RGB Percentages of Color #b414de

%42.65
%4.74
%52.61

CMYK Percentages of Color #b414de

%19
%91
%0
%13

Triadic Colors of #b414de

#b414de #deb414 #14deb4

Analogous Colors of #b414de

#b414de #de14a3 #4f14de

Monochromatic Colors of #b414de

#b414de

Complementary Color

#b414de #3ede14

#b414de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b414de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b414de Color CSS Codes

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

#b414de Text Font Color

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

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


#b414de Background Color

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

This div background color is #b414de


#b414de Border Color

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

This div border color is #b414de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b414de


Comments

No comments written yet.

Please login to write comment.