Color Hex Logo

#b436be Color Hex

#B436BE
(180,54,190)
0 Favorites   0 Comments

Color spaces of #b436be

RGB 18054190
HSL0.820.560.48
HSV296°72°75°
CMYK 0.050.720.00   0.25
XYZ29.435816.059350.2635
Yxy16.05930.30740.1677
Hunter Lab40.074160.9849-46.3136
CIE-Lab47.052266.5081-45.8602

#b436be color RGB value is (180,54,190).

#b436be hex color red value is 180, green value is 54 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b436be hue: 0.82 , saturation: 0.56 and the lightness value of b436be is 0.48.

The process color (four color CMYK) of #b436be color hex is 0.05, 0.72, 0.00, 0.25. Web safe color of #b436be is #cc33cc. Color #b436be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110110 10111110
Octal 264 66 276
Decimal 180 54 190
Hex B4 36 BE

RGB Percentages of Color #b436be

%42.45
%12.74
%44.81

CMYK Percentages of Color #b436be

%5
%72
%0
%25

Triadic Colors of #b436be

#b436be #beb436 #36beb4

Analogous Colors of #b436be

#b436be #be3684 #7036be

Monochromatic Colors of #b436be

#b436be

Complementary Color

#b436be #40be36

#b436be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b436be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b436be Color CSS Codes

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

#b436be Text Font Color

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

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


#b436be Background Color

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

This div background color is #b436be


#b436be Border Color

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

This div border color is #b436be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b436be


Comments

No comments written yet.

Please login to write comment.