Color Hex Logo

#b614dd Color Hex

#B614DD
(182,20,221)
0 Favorites   0 Comments

Color spaces of #b614dd

RGB 18220221
HSL0.800.830.47
HSV288°91°87°
CMYK 0.180.910.00   0.13
XYZ32.592715.665969.7126
Yxy15.66590.27630.1328
Hunter Lab39.580277.7224-76.7214
CIE-Lab46.533180.4308-64.5618

#b614dd color RGB value is (182,20,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 11011101
Octal 266 24 335
Decimal 182 20 221
Hex B6 14 DD

RGB Percentages of Color #b614dd

%43.03
%4.73
%52.25

CMYK Percentages of Color #b614dd

%18
%91
%0
%13

Triadic Colors of #b614dd

#b614dd #ddb614 #14ddb6

Analogous Colors of #b614dd

#b614dd #dd14a0 #5214dd

Monochromatic Colors of #b614dd

#b614dd

Complementary Color

#b614dd #3bdd14

#b614dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b614dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b614dd Color CSS Codes

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

#b614dd Text Font Color

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

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


#b614dd Background Color

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

This div background color is #b614dd


#b614dd Border Color

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

This div border color is #b614dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b614dd


Comments

No comments written yet.

Please login to write comment.