Color Hex Logo

#bf30ab Color Hex

#BF30AB
(191,48,171)
0 Favorites   0 Comments

Color spaces of #bf30ab

RGB 19148171
HSL0.860.600.47
HSV308°75°75°
CMYK 0.000.750.10   0.25
XYZ29.893516.130540.0660
Yxy16.13050.34720.1874
Hunter Lab40.162862.5741-31.0332
CIE-Lab47.145267.8514-34.4473

#bf30ab color RGB value is (191,48,171).

#bf30ab hex color red value is 191, green value is 48 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bf30ab hue: 0.86 , saturation: 0.60 and the lightness value of bf30ab is 0.47.

The process color (four color CMYK) of #bf30ab color hex is 0.00, 0.75, 0.10, 0.25. Web safe color of #bf30ab is #cc3399. Color #bf30ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110000 10101011
Octal 277 60 253
Decimal 191 48 171
Hex BF 30 AB

RGB Percentages of Color #bf30ab

%46.59
%11.71
%41.71

CMYK Percentages of Color #bf30ab

%0
%75
%10
%25

Triadic Colors of #bf30ab

#bf30ab #abbf30 #30abbf

Analogous Colors of #bf30ab

#bf30ab #bf3064 #8c30bf

Monochromatic Colors of #bf30ab

#bf30ab

Complementary Color

#bf30ab #30bf44

#bf30ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf30ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf30ab Color CSS Codes

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

#bf30ab Text Font Color

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

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


#bf30ab Background Color

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

This div background color is #bf30ab


#bf30ab Border Color

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

This div border color is #bf30ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf30ab


Comments

No comments written yet.

Please login to write comment.