Color Hex Logo

#bf358b Color Hex

#BF358B
(191,53,139)
0 Favorites   0 Comments

Color spaces of #bf358b

RGB 19153139
HSL0.900.570.48
HSV323°72°75°
CMYK 0.000.720.27   0.25
XYZ27.419215.486725.9702
Yxy15.48670.39810.2248
Hunter Lab39.353155.5014-11.5799
CIE-Lab46.293761.8688-16.6294

#bf358b color RGB value is (191,53,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110101 10001011
Octal 277 65 213
Decimal 191 53 139
Hex BF 35 8B

RGB Percentages of Color #bf358b

%49.87
%13.84
%36.29

CMYK Percentages of Color #bf358b

%0
%72
%27
%25

Triadic Colors of #bf358b

#bf358b #8bbf35 #358bbf

Analogous Colors of #bf358b

#bf358b #bf3546 #ae35bf

Monochromatic Colors of #bf358b

#bf358b

Complementary Color

#bf358b #35bf69

#bf358b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf358b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf358b Color CSS Codes

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

#bf358b Text Font Color

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

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


#bf358b Background Color

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

This div background color is #bf358b


#bf358b Border Color

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

This div border color is #bf358b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf358b


Comments

No comments written yet.

Please login to write comment.