Color Hex Logo

#bf55a5 Color Hex

#BF55A5
(191,85,165)
0 Favorites   0 Comments

Color spaces of #bf55a5

RGB 19185165
HSL0.870.450.54
HSV315°55°75°
CMYK 0.000.550.14   0.25
XYZ31.525920.290037.8521
Yxy20.29000.35160.2263
Hunter Lab45.044446.1017-18.2920
CIE-Lab52.163552.3008-23.1052

#bf55a5 color RGB value is (191,85,165).

#bf55a5 hex color red value is 191, green value is 85 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bf55a5 hue: 0.87 , saturation: 0.45 and the lightness value of bf55a5 is 0.54.

The process color (four color CMYK) of #bf55a5 color hex is 0.00, 0.55, 0.14, 0.25. Web safe color of #bf55a5 is #cc6699. Color #bf55a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010101 10100101
Octal 277 125 245
Decimal 191 85 165
Hex BF 55 A5

RGB Percentages of Color #bf55a5

%43.31
%19.27
%37.41

CMYK Percentages of Color #bf55a5

%0
%55
%14
%25

Triadic Colors of #bf55a5

#bf55a5 #a5bf55 #55a5bf

Analogous Colors of #bf55a5

#bf55a5 #bf5570 #a455bf

Monochromatic Colors of #bf55a5

#bf55a5

Complementary Color

#bf55a5 #55bf6f

#bf55a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf55a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf55a5 Color CSS Codes

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

#bf55a5 Text Font Color

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

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


#bf55a5 Background Color

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

This div background color is #bf55a5


#bf55a5 Border Color

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

This div border color is #bf55a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf55a5


Comments

No comments written yet.

Please login to write comment.