Color Hex Logo

#b014ed Color Hex

#B014ED
(176,20,237)
0 Favorites   0 Comments

Color spaces of #b014ed

RGB 17620237
HSL0.790.860.50
HSV283°92°93°
CMYK 0.260.920.00   0.07
XYZ33.440715.844881.4166
Yxy15.84480.25590.1212
Hunter Lab39.805580.2985-93.4055
CIE-Lab46.770282.4178-73.3052

#b014ed color RGB value is (176,20,237).

#b014ed hex color red value is 176, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b014ed hue: 0.79 , saturation: 0.86 and the lightness value of b014ed is 0.50.

The process color (four color CMYK) of #b014ed color hex is 0.26, 0.92, 0.00, 0.07. Web safe color of #b014ed is #9900ff. Color #b014ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010100 11101101
Octal 260 24 355
Decimal 176 20 237
Hex B0 14 ED

RGB Percentages of Color #b014ed

%40.65
%4.62
%54.73

CMYK Percentages of Color #b014ed

%26
%92
%0
%7

Triadic Colors of #b014ed

#b014ed #edb014 #14edb0

Analogous Colors of #b014ed

#b014ed #ed14be #4414ed

Monochromatic Colors of #b014ed

#b014ed

Complementary Color

#b014ed #51ed14

#b014ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b014ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b014ed Color CSS Codes

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

#b014ed Text Font Color

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

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


#b014ed Background Color

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

This div background color is #b014ed


#b014ed Border Color

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

This div border color is #b014ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b014ed


Comments

No comments written yet.

Please login to write comment.