Color Hex Logo

#bf307e Color Hex

#BF307E
(191,48,126)
0 Favorites   0 Comments

Color spaces of #bf307e

RGB 19148126
HSL0.910.600.47
HSV327°75°75°
CMYK 0.000.750.34   0.25
XYZ26.308714.696621.1888
Yxy14.69660.42300.2363
Hunter Lab38.336155.4098-5.9349
CIE-Lab45.215861.9932-10.3542

#bf307e color RGB value is (191,48,126).

#bf307e hex color red value is 191, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bf307e hue: 0.91 , saturation: 0.60 and the lightness value of bf307e is 0.47.

The process color (four color CMYK) of #bf307e color hex is 0.00, 0.75, 0.34, 0.25. Web safe color of #bf307e is #cc3366. Color #bf307e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110000 01111110
Octal 277 60 176
Decimal 191 48 126
Hex BF 30 7E

RGB Percentages of Color #bf307e

%52.33
%13.15
%34.52

CMYK Percentages of Color #bf307e

%0
%75
%34
%25

Triadic Colors of #bf307e

#bf307e #7ebf30 #307ebf

Analogous Colors of #bf307e

#bf307e #bf3036 #b930bf

Monochromatic Colors of #bf307e

#bf307e

Complementary Color

#bf307e #30bf71

#bf307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf307e Color CSS Codes

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

#bf307e Text Font Color

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

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


#bf307e Background Color

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

This div background color is #bf307e


#bf307e Border Color

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

This div border color is #bf307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf307e


Comments

No comments written yet.

Please login to write comment.