Color Hex Logo

#b443ed Color Hex

#B443ED
(180,67,237)
0 Favorites   0 Comments

Color spaces of #b443ed

RGB 18067237
HSL0.780.830.60
HSV280°72°93°
CMYK 0.240.720.00   0.07
XYZ36.115619.832082.0452
Yxy19.83200.26170.1437
Hunter Lab44.533166.8274-78.0592
CIE-Lab51.646770.5695-65.3634

#b443ed color RGB value is (180,67,237).

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

The process color (four color CMYK) of #b443ed color hex is 0.24, 0.72, 0.00, 0.07. Web safe color of #b443ed is #cc33ff. Color #b443ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 11101101
Octal 264 103 355
Decimal 180 67 237
Hex B4 43 ED

RGB Percentages of Color #b443ed

%37.19
%13.84
%48.97

CMYK Percentages of Color #b443ed

%24
%72
%0
%7

Triadic Colors of #b443ed

#b443ed #edb443 #43edb4

Analogous Colors of #b443ed

#b443ed #ed43d1 #5f43ed

Monochromatic Colors of #b443ed

#b443ed

Complementary Color

#b443ed #7ced43

#b443ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b443ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b443ed Color CSS Codes

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

#b443ed Text Font Color

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

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


#b443ed Background Color

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

This div background color is #b443ed


#b443ed Border Color

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

This div border color is #b443ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b443ed


Comments

No comments written yet.

Please login to write comment.