Color Hex Logo

#b45fcd Color Hex

#B45FCD
(180,95,205)
0 Favorites   0 Comments

Color spaces of #b45fcd

RGB 18095205
HSL0.800.520.59
HSV286°54°80°
CMYK 0.120.540.00   0.20
XYZ33.934022.295560.2725
Yxy22.29550.29130.1914
Hunter Lab47.218145.6500-42.6292
CIE-Lab54.339151.5203-42.9420

#b45fcd color RGB value is (180,95,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011111 11001101
Octal 264 137 315
Decimal 180 95 205
Hex B4 5F CD

RGB Percentages of Color #b45fcd

%37.50
%19.79
%42.71

CMYK Percentages of Color #b45fcd

%12
%54
%0
%20

Triadic Colors of #b45fcd

#b45fcd #cdb45f #5fcdb4

Analogous Colors of #b45fcd

#b45fcd #cd5faf #7d5fcd

Monochromatic Colors of #b45fcd

#b45fcd

Complementary Color

#b45fcd #78cd5f

#b45fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45fcd Color CSS Codes

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

#b45fcd Text Font Color

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

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


#b45fcd Background Color

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

This div background color is #b45fcd


#b45fcd Border Color

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

This div border color is #b45fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,95,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 #b45fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45fcd


Comments

No comments written yet.

Please login to write comment.