Color Hex Logo

#b454c3 Color Hex

#B454C3
(180,84,195)
0 Favorites   0 Comments

Color spaces of #b454c3

RGB 18084195
HSL0.810.480.55
HSV292°57°76°
CMYK 0.080.570.00   0.24
XYZ31.843019.984153.8088
Yxy19.98410.30140.1892
Hunter Lab44.703648.9168-40.0737
CIE-Lab51.819254.9414-41.1931

#b454c3 color RGB value is (180,84,195).

#b454c3 hex color red value is 180, green value is 84 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b454c3 hue: 0.81 , saturation: 0.48 and the lightness value of b454c3 is 0.55.

The process color (four color CMYK) of #b454c3 color hex is 0.08, 0.57, 0.00, 0.24. Web safe color of #b454c3 is #cc66cc. Color #b454c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010100 11000011
Octal 264 124 303
Decimal 180 84 195
Hex B4 54 C3

RGB Percentages of Color #b454c3

%39.22
%18.30
%42.48

CMYK Percentages of Color #b454c3

%8
%57
%0
%24

Triadic Colors of #b454c3

#b454c3 #c3b454 #54c3b4

Analogous Colors of #b454c3

#b454c3 #c3549b #7d54c3

Monochromatic Colors of #b454c3

#b454c3

Complementary Color

#b454c3 #63c354

#b454c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b454c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b454c3 Color CSS Codes

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

#b454c3 Text Font Color

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

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


#b454c3 Background Color

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

This div background color is #b454c3


#b454c3 Border Color

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

This div border color is #b454c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b454c3


Comments

No comments written yet.

Please login to write comment.