Color Hex Logo

#bf355a Color Hex

#BF355A
(191,53,90)
0 Favorites   0 Comments

Color spaces of #bf355a

RGB 1915390
HSL0.960.570.48
HSV344°72°75°
CMYK 0.000.720.53   0.25
XYZ24.604414.360811.1480
Yxy14.36080.49100.2866
Hunter Lab37.895649.57689.0852
CIE-Lab44.746056.824311.1704

#bf355a color RGB value is (191,53,90).

#bf355a hex color red value is 191, green value is 53 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bf355a hue: 0.96 , saturation: 0.57 and the lightness value of bf355a is 0.48.

The process color (four color CMYK) of #bf355a color hex is 0.00, 0.72, 0.53, 0.25. Web safe color of #bf355a is #cc3366. Color #bf355a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110101 01011010
Octal 277 65 132
Decimal 191 53 90
Hex BF 35 5A

RGB Percentages of Color #bf355a

%57.19
%15.87
%26.95

CMYK Percentages of Color #bf355a

%0
%72
%53
%25

Triadic Colors of #bf355a

#bf355a #5abf35 #355abf

Analogous Colors of #bf355a

#bf355a #bf5535 #bf359f

Monochromatic Colors of #bf355a

#bf355a

Complementary Color

#bf355a #35bf9a

#bf355a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf355a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf355a Color CSS Codes

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

#bf355a Text Font Color

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

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


#bf355a Background Color

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

This div background color is #bf355a


#bf355a Border Color

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

This div border color is #bf355a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf355a


Comments

No comments written yet.

Please login to write comment.