Color Hex Logo

#b043ed Color Hex

#B043ED
(176,67,237)
0 Favorites   0 Comments

Color spaces of #b043ed

RGB 17667237
HSL0.770.830.60
HSV278°72°93°
CMYK 0.260.720.00   0.07
XYZ35.197719.358882.0023
Yxy19.35880.25770.1418
Hunter Lab43.998665.7975-79.7025
CIE-Lab51.104469.8128-66.2667

#b043ed color RGB value is (176,67,237).

#b043ed hex color red value is 176, green value is 67 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b043ed hue: 0.77 , saturation: 0.83 and the lightness value of b043ed is 0.60.

The process color (four color CMYK) of #b043ed color hex is 0.26, 0.72, 0.00, 0.07. Web safe color of #b043ed is #9933ff. Color #b043ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 11101101
Octal 260 103 355
Decimal 176 67 237
Hex B0 43 ED

RGB Percentages of Color #b043ed

%36.67
%13.96
%49.38

CMYK Percentages of Color #b043ed

%26
%72
%0
%7

Triadic Colors of #b043ed

#b043ed #edb043 #43edb0

Analogous Colors of #b043ed

#b043ed #ed43d5 #5b43ed

Monochromatic Colors of #b043ed

#b043ed

Complementary Color

#b043ed #80ed43

#b043ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b043ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b043ed Color CSS Codes

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

#b043ed Text Font Color

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

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


#b043ed Background Color

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

This div background color is #b043ed


#b043ed Border Color

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

This div border color is #b043ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b043ed


Comments

No comments written yet.

Please login to write comment.