Color Hex Logo

#bf337a Color Hex

#BF337A
(191,51,122)
0 Favorites   0 Comments

Color spaces of #bf337a

RGB 19151122
HSL0.920.580.47
HSV330°73°75°
CMYK 0.000.730.36   0.25
XYZ26.182514.849219.8986
Yxy14.84920.42970.2437
Hunter Lab38.534753.8468-3.6420
CIE-Lab45.427060.5612-7.5884

#bf337a color RGB value is (191,51,122).

#bf337a hex color red value is 191, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bf337a hue: 0.92 , saturation: 0.58 and the lightness value of bf337a is 0.47.

The process color (four color CMYK) of #bf337a color hex is 0.00, 0.73, 0.36, 0.25. Web safe color of #bf337a is #cc3366. Color #bf337a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110011 01111010
Octal 277 63 172
Decimal 191 51 122
Hex BF 33 7A

RGB Percentages of Color #bf337a

%52.47
%14.01
%33.52

CMYK Percentages of Color #bf337a

%0
%73
%36
%25

Triadic Colors of #bf337a

#bf337a #7abf33 #337abf

Analogous Colors of #bf337a

#bf337a #bf3334 #be33bf

Monochromatic Colors of #bf337a

#bf337a

Complementary Color

#bf337a #33bf78

#bf337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf337a Color CSS Codes

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

#bf337a Text Font Color

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

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


#bf337a Background Color

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

This div background color is #bf337a


#bf337a Border Color

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

This div border color is #bf337a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf337a


Comments

No comments written yet.

Please login to write comment.