Color Hex Logo

#b43eed Color Hex

#B43EED
(180,62,237)
0 Favorites   0 Comments

Color spaces of #b43eed

RGB 18062237
HSL0.780.830.59
HSV280°74°93°
CMYK 0.240.740.00   0.07
XYZ35.831119.263081.9504
Yxy19.26300.26150.1406
Hunter Lab43.889668.9189-79.9831
CIE-Lab50.993572.4318-66.4195

#b43eed color RGB value is (180,62,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111110 11101101
Octal 264 76 355
Decimal 180 62 237
Hex B4 3E ED

RGB Percentages of Color #b43eed

%37.58
%12.94
%49.48

CMYK Percentages of Color #b43eed

%24
%74
%0
%7

Triadic Colors of #b43eed

#b43eed #edb43e #3eedb4

Analogous Colors of #b43eed

#b43eed #ed3ecf #5c3eed

Monochromatic Colors of #b43eed

#b43eed

Complementary Color

#b43eed #77ed3e

#b43eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43eed Color CSS Codes

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

#b43eed Text Font Color

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

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


#b43eed Background Color

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

This div background color is #b43eed


#b43eed Border Color

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

This div border color is #b43eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43eed


Comments

No comments written yet.

Please login to write comment.