Color Hex Logo

#b457af Color Hex

#B457AF
(180,87,175)
0 Favorites   0 Comments

Color spaces of #b457af

RGB 18087175
HSL0.840.380.52
HSV303°52°71°
CMYK 0.000.520.03   0.29
XYZ29.968419.614842.7640
Yxy19.61480.32450.2124
Hunter Lab44.288643.2791-26.2470
CIE-Lab51.398949.8005-30.2608

#b457af color RGB value is (180,87,175).

#b457af hex color red value is 180, green value is 87 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b457af hue: 0.84 , saturation: 0.38 and the lightness value of b457af is 0.52.

The process color (four color CMYK) of #b457af color hex is 0.00, 0.52, 0.03, 0.29. Web safe color of #b457af is #cc6699. Color #b457af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010111 10101111
Octal 264 127 257
Decimal 180 87 175
Hex B4 57 AF

RGB Percentages of Color #b457af

%40.72
%19.68
%39.59

CMYK Percentages of Color #b457af

%0
%52
%3
%29

Triadic Colors of #b457af

#b457af #afb457 #57afb4

Analogous Colors of #b457af

#b457af #b45781 #8b57b4

Monochromatic Colors of #b457af

#b457af

Complementary Color

#b457af #57b45c

#b457af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b457af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b457af Color CSS Codes

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

#b457af Text Font Color

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

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


#b457af Background Color

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

This div background color is #b457af


#b457af Border Color

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

This div border color is #b457af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b457af


Comments

No comments written yet.

Please login to write comment.