Color Hex Logo

#bf428b Color Hex

#BF428B
(191,66,139)
0 Favorites   0 Comments

Color spaces of #bf428b

RGB 19166139
HSL0.900.490.50
HSV325°65°75°
CMYK 0.000.650.27   0.25
XYZ28.094316.836926.1952
Yxy16.83690.39500.2367
Hunter Lab41.032850.4079-9.1276
CIE-Lab48.053956.9715-13.9518

#bf428b color RGB value is (191,66,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000010 10001011
Octal 277 102 213
Decimal 191 66 139
Hex BF 42 8B

RGB Percentages of Color #bf428b

%48.23
%16.67
%35.10

CMYK Percentages of Color #bf428b

%0
%65
%27
%25

Triadic Colors of #bf428b

#bf428b #8bbf42 #428bbf

Analogous Colors of #bf428b

#bf428b #bf424c #b542bf

Monochromatic Colors of #bf428b

#bf428b

Complementary Color

#bf428b #42bf76

#bf428b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf428b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf428b Color CSS Codes

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

#bf428b Text Font Color

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

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


#bf428b Background Color

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

This div background color is #bf428b


#bf428b Border Color

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

This div border color is #bf428b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,66,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 #bf428b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf428b


Comments

No comments written yet.

Please login to write comment.