Color Hex Logo

#b414dd Color Hex

#B414DD
(180,20,221)
0 Favorites   0 Comments

Color spaces of #b414dd

RGB 18020221
HSL0.800.830.47
HSV288°91°87°
CMYK 0.190.910.00   0.13
XYZ32.123715.424169.6906
Yxy15.42410.27400.1316
Hunter Lab39.273577.2750-77.7182
CIE-Lab46.209780.1379-65.1012

#b414dd color RGB value is (180,20,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010100 11011101
Octal 264 24 335
Decimal 180 20 221
Hex B4 14 DD

RGB Percentages of Color #b414dd

%42.76
%4.75
%52.49

CMYK Percentages of Color #b414dd

%19
%91
%0
%13

Triadic Colors of #b414dd

#b414dd #ddb414 #14ddb4

Analogous Colors of #b414dd

#b414dd #dd14a2 #4f14dd

Monochromatic Colors of #b414dd

#b414dd

Complementary Color

#b414dd #3ddd14

#b414dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b414dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b414dd Color CSS Codes

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

#b414dd Text Font Color

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

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


#b414dd Background Color

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

This div background color is #b414dd


#b414dd Border Color

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

This div border color is #b414dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,20,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b414dd


Comments

No comments written yet.

Please login to write comment.