Color Hex Logo

#bf338d Color Hex

#BF338D
(191,51,141)
0 Favorites   0 Comments

Color spaces of #bf338d

RGB 19151141
HSL0.890.580.47
HSV321°73°75°
CMYK 0.000.730.26   0.25
XYZ27.477415.367126.7172
Yxy15.36710.39500.2209
Hunter Lab39.200956.5159-12.9682
CIE-Lab46.132962.7954-18.0846

#bf338d color RGB value is (191,51,141).

#bf338d hex color red value is 191, green value is 51 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bf338d hue: 0.89 , saturation: 0.58 and the lightness value of bf338d is 0.47.

The process color (four color CMYK) of #bf338d color hex is 0.00, 0.73, 0.26, 0.25. Web safe color of #bf338d is #cc3399. Color #bf338d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110011 10001101
Octal 277 63 215
Decimal 191 51 141
Hex BF 33 8D

RGB Percentages of Color #bf338d

%49.87
%13.32
%36.81

CMYK Percentages of Color #bf338d

%0
%73
%26
%25

Triadic Colors of #bf338d

#bf338d #8dbf33 #338dbf

Analogous Colors of #bf338d

#bf338d #bf3347 #ab33bf

Monochromatic Colors of #bf338d

#bf338d

Complementary Color

#bf338d #33bf65

#bf338d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf338d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf338d Color CSS Codes

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

#bf338d Text Font Color

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

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


#bf338d Background Color

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

This div background color is #bf338d


#bf338d Border Color

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

This div border color is #bf338d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf338d


Comments

No comments written yet.

Please login to write comment.