Color Hex Logo

#bf18ab Color Hex

#BF18AB
(191,24,171)
0 Favorites   0 Comments

Color spaces of #bf18ab

RGB 19124171
HSL0.850.780.42
HSV307°87°75°
CMYK 0.000.870.10   0.25
XYZ29.163214.669939.8226
Yxy14.66990.34860.1754
Hunter Lab38.301368.8853-34.8340
CIE-Lab45.178773.5359-37.5470

#bf18ab color RGB value is (191,24,171).

#bf18ab hex color red value is 191, green value is 24 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bf18ab hue: 0.85 , saturation: 0.78 and the lightness value of bf18ab is 0.42.

The process color (four color CMYK) of #bf18ab color hex is 0.00, 0.87, 0.10, 0.25. Web safe color of #bf18ab is #cc0099. Color #bf18ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011000 10101011
Octal 277 30 253
Decimal 191 24 171
Hex BF 18 AB

RGB Percentages of Color #bf18ab

%49.48
%6.22
%44.30

CMYK Percentages of Color #bf18ab

%0
%87
%10
%25

Triadic Colors of #bf18ab

#bf18ab #abbf18 #18abbf

Analogous Colors of #bf18ab

#bf18ab #bf1858 #8018bf

Monochromatic Colors of #bf18ab

#bf18ab

Complementary Color

#bf18ab #18bf2c

#bf18ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf18ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf18ab Color CSS Codes

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

#bf18ab Text Font Color

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

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


#bf18ab Background Color

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

This div background color is #bf18ab


#bf18ab Border Color

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

This div border color is #bf18ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf18ab


Comments

No comments written yet.

Please login to write comment.