Color Hex Logo

#bf4883 Color Hex

#BF4883
(191,72,131)
0 Favorites   0 Comments

Color spaces of #bf4883

RGB 19172131
HSL0.920.480.52
HSV330°62°75°
CMYK 0.000.620.31   0.25
XYZ27.900017.349823.3511
Yxy17.34980.40670.2529
Hunter Lab41.653146.6696-4.0813
CIE-Lab48.697853.4263-8.1663

#bf4883 color RGB value is (191,72,131).

#bf4883 hex color red value is 191, green value is 72 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bf4883 hue: 0.92 , saturation: 0.48 and the lightness value of bf4883 is 0.52.

The process color (four color CMYK) of #bf4883 color hex is 0.00, 0.62, 0.31, 0.25. Web safe color of #bf4883 is #cc3399. Color #bf4883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001000 10000011
Octal 277 110 203
Decimal 191 72 131
Hex BF 48 83

RGB Percentages of Color #bf4883

%48.48
%18.27
%33.25

CMYK Percentages of Color #bf4883

%0
%62
%31
%25

Triadic Colors of #bf4883

#bf4883 #83bf48 #4883bf

Analogous Colors of #bf4883

#bf4883 #bf4948 #bf48bf

Monochromatic Colors of #bf4883

#bf4883

Complementary Color

#bf4883 #48bf84

#bf4883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4883 Color CSS Codes

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

#bf4883 Text Font Color

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

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


#bf4883 Background Color

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

This div background color is #bf4883


#bf4883 Border Color

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

This div border color is #bf4883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4883


Comments

No comments written yet.

Please login to write comment.