Color Hex Logo

#b455ca Color Hex

#B455CA
(180,85,202)
0 Favorites   0 Comments

Color spaces of #b455ca

RGB 18085202
HSL0.800.520.56
HSV289°58°79°
CMYK 0.110.580.00   0.21
XYZ32.731620.464658.1020
Yxy20.46460.29410.1839
Hunter Lab45.237849.9866-44.4837
CIE-Lab52.358555.8177-44.3615

#b455ca color RGB value is (180,85,202).

#b455ca hex color red value is 180, green value is 85 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b455ca hue: 0.80 , saturation: 0.52 and the lightness value of b455ca is 0.56.

The process color (four color CMYK) of #b455ca color hex is 0.11, 0.58, 0.00, 0.21. Web safe color of #b455ca is #cc66cc. Color #b455ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010101 11001010
Octal 264 125 312
Decimal 180 85 202
Hex B4 55 CA

RGB Percentages of Color #b455ca

%38.54
%18.20
%43.25

CMYK Percentages of Color #b455ca

%11
%58
%0
%21

Triadic Colors of #b455ca

#b455ca #cab455 #55cab4

Analogous Colors of #b455ca

#b455ca #ca55a6 #7a55ca

Monochromatic Colors of #b455ca

#b455ca

Complementary Color

#b455ca #6bca55

#b455ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b455ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b455ca Color CSS Codes

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

#b455ca Text Font Color

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

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


#b455ca Background Color

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

This div background color is #b455ca


#b455ca Border Color

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

This div border color is #b455ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b455ca


Comments

No comments written yet.

Please login to write comment.