Color Hex Logo

#bf429a Color Hex

#BF429A
(191,66,154)
0 Favorites   0 Comments

Color spaces of #bf429a

RGB 19166154
HSL0.880.490.50
HSV318°65°75°
CMYK 0.000.650.19   0.25
XYZ29.266817.305932.3697
Yxy17.30590.37070.2192
Hunter Lab41.600452.7782-17.0140
CIE-Lab48.643259.0018-22.0283

#bf429a color RGB value is (191,66,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000010 10011010
Octal 277 102 232
Decimal 191 66 154
Hex BF 42 9A

RGB Percentages of Color #bf429a

%46.47
%16.06
%37.47

CMYK Percentages of Color #bf429a

%0
%65
%19
%25

Triadic Colors of #bf429a

#bf429a #9abf42 #429abf

Analogous Colors of #bf429a

#bf429a #bf425b #a642bf

Monochromatic Colors of #bf429a

#bf429a

Complementary Color

#bf429a #42bf67

#bf429a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf429a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf429a Color CSS Codes

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

#bf429a Text Font Color

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

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


#bf429a Background Color

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

This div background color is #bf429a


#bf429a Border Color

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

This div border color is #bf429a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf429a


Comments

No comments written yet.

Please login to write comment.