Color Hex Logo

#b43cef Color Hex

#B43CEF
(180,60,239)
0 Favorites   0 Comments

Color spaces of #b43cef

RGB 18060239
HSL0.780.850.59
HSV280°75°94°
CMYK 0.250.750.00   0.06
XYZ36.018219.167083.4626
Yxy19.16700.25980.1382
Hunter Lab43.780170.2379-82.3846
CIE-Lab50.882073.5399-67.7239

#b43cef color RGB value is (180,60,239).

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

The process color (four color CMYK) of #b43cef color hex is 0.25, 0.75, 0.00, 0.06. Web safe color of #b43cef is #cc33ff. Color #b43cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111100 11101111
Octal 264 74 357
Decimal 180 60 239
Hex B4 3C EF

RGB Percentages of Color #b43cef

%37.58
%12.53
%49.90

CMYK Percentages of Color #b43cef

%25
%75
%0
%6

Triadic Colors of #b43cef

#b43cef #efb43c #3cefb4

Analogous Colors of #b43cef

#b43cef #ef3cd1 #5b3cef

Monochromatic Colors of #b43cef

#b43cef

Complementary Color

#b43cef #77ef3c

#b43cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43cef Color CSS Codes

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

#b43cef Text Font Color

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

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


#b43cef Background Color

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

This div background color is #b43cef


#b43cef Border Color

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

This div border color is #b43cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,60,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43cef


Comments

No comments written yet.

Please login to write comment.