Color Hex Logo

#bf368a Color Hex

#BF368A
(191,54,138)
0 Favorites   0 Comments

Color spaces of #bf368a

RGB 19154138
HSL0.900.560.48
HSV323°72°75°
CMYK 0.000.720.28   0.25
XYZ27.392515.549725.6024
Yxy15.54970.39960.2269
Hunter Lab39.433154.9884-10.8915
CIE-Lab46.378161.3979-15.8956

#bf368a color RGB value is (191,54,138).

#bf368a hex color red value is 191, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bf368a hue: 0.90 , saturation: 0.56 and the lightness value of bf368a is 0.48.

The process color (four color CMYK) of #bf368a color hex is 0.00, 0.72, 0.28, 0.25. Web safe color of #bf368a is #cc3399. Color #bf368a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110110 10001010
Octal 277 66 212
Decimal 191 54 138
Hex BF 36 8A

RGB Percentages of Color #bf368a

%49.87
%14.10
%36.03

CMYK Percentages of Color #bf368a

%0
%72
%28
%25

Triadic Colors of #bf368a

#bf368a #8abf36 #368abf

Analogous Colors of #bf368a

#bf368a #bf3646 #b036bf

Monochromatic Colors of #bf368a

#bf368a

Complementary Color

#bf368a #36bf6b

#bf368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf368a Color CSS Codes

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

#bf368a Text Font Color

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

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


#bf368a Background Color

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

This div background color is #bf368a


#bf368a Border Color

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

This div border color is #bf368a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf368a


Comments

No comments written yet.

Please login to write comment.