Color Hex Logo

#b455cd Color Hex

#B455CD
(180,85,205)
0 Favorites   0 Comments

Color spaces of #b455cd

RGB 18085205
HSL0.800.550.57
HSV288°59°80°
CMYK 0.120.590.00   0.20
XYZ33.090320.608159.9913
Yxy20.60810.29110.1813
Hunter Lab45.396150.6695-46.5748
CIE-Lab52.517956.4062-45.8263

#b455cd color RGB value is (180,85,205).

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

The process color (four color CMYK) of #b455cd color hex is 0.12, 0.59, 0.00, 0.20. Web safe color of #b455cd is #cc66cc. Color #b455cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010101 11001101
Octal 264 125 315
Decimal 180 85 205
Hex B4 55 CD

RGB Percentages of Color #b455cd

%38.30
%18.09
%43.62

CMYK Percentages of Color #b455cd

%12
%59
%0
%20

Triadic Colors of #b455cd

#b455cd #cdb455 #55cdb4

Analogous Colors of #b455cd

#b455cd #cd55aa #7855cd

Monochromatic Colors of #b455cd

#b455cd

Complementary Color

#b455cd #6ecd55

#b455cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b455cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b455cd Color CSS Codes

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

#b455cd Text Font Color

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

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


#b455cd Background Color

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

This div background color is #b455cd


#b455cd Border Color

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

This div border color is #b455cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b455cd


Comments

No comments written yet.

Please login to write comment.