Color Hex Logo

#bf307b Color Hex

#BF307B
(191,48,123)
0 Favorites   0 Comments

Color spaces of #bf307b

RGB 19148123
HSL0.910.600.47
HSV329°75°75°
CMYK 0.000.750.36   0.25
XYZ26.118014.620320.1843
Yxy14.62030.42870.2400
Hunter Lab38.236555.0132-4.5325
CIE-Lab45.109761.6614-8.6760

#bf307b color RGB value is (191,48,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110000 01111011
Octal 277 60 173
Decimal 191 48 123
Hex BF 30 7B

RGB Percentages of Color #bf307b

%52.76
%13.26
%33.98

CMYK Percentages of Color #bf307b

%0
%75
%36
%25

Triadic Colors of #bf307b

#bf307b #7bbf30 #307bbf

Analogous Colors of #bf307b

#bf307b #bf3033 #bc30bf

Monochromatic Colors of #bf307b

#bf307b

Complementary Color

#bf307b #30bf74

#bf307b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf307b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf307b Color CSS Codes

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

#bf307b Text Font Color

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

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


#bf307b Background Color

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

This div background color is #bf307b


#bf307b Border Color

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

This div border color is #bf307b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf307b


Comments

No comments written yet.

Please login to write comment.