Color Hex Logo

#b436fc Color Hex

#B436FC
(180,54,252)
0 Favorites   0 Comments

Color spaces of #b436fc

RGB 18054252
HSL0.770.970.60
HSV278°79°99°
CMYK 0.290.790.00   0.01
XYZ37.712219.369993.8466
Yxy19.36990.24990.1283
Hunter Lab44.011275.9328-95.6181
CIE-Lab51.117278.1119-74.6146

#b436fc color RGB value is (180,54,252).

#b436fc hex color red value is 180, green value is 54 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b436fc hue: 0.77 , saturation: 0.97 and the lightness value of b436fc is 0.60.

The process color (four color CMYK) of #b436fc color hex is 0.29, 0.79, 0.00, 0.01. Web safe color of #b436fc is #cc33ff. Color #b436fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110110 11111100
Octal 264 66 374
Decimal 180 54 252
Hex B4 36 FC

RGB Percentages of Color #b436fc

%37.04
%11.11
%51.85

CMYK Percentages of Color #b436fc

%29
%79
%0
%1

Triadic Colors of #b436fc

#b436fc #fcb436 #36fcb4

Analogous Colors of #b436fc

#b436fc #fc36e1 #5136fc

Monochromatic Colors of #b436fc

#b436fc

Complementary Color

#b436fc #7efc36

#b436fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b436fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b436fc Color CSS Codes

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

#b436fc Text Font Color

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

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


#b436fc Background Color

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

This div background color is #b436fc


#b436fc Border Color

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

This div border color is #b436fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b436fc


Comments

No comments written yet.

Please login to write comment.