Color Hex Logo

#bf2abe Color Hex

#BF2ABE
(191,42,190)
0 Favorites   0 Comments

Color spaces of #bf2abe

RGB 19142190
HSL0.830.640.46
HSV300°78°75°
CMYK 0.000.780.01   0.25
XYZ31.608116.450050.2244
Yxy16.45000.32160.1674
Hunter Lab40.558668.1309-45.0288
CIE-Lab47.559472.4466-44.9455

#bf2abe color RGB value is (191,42,190).

#bf2abe hex color red value is 191, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bf2abe hue: 0.83 , saturation: 0.64 and the lightness value of bf2abe is 0.46.

The process color (four color CMYK) of #bf2abe color hex is 0.00, 0.78, 0.01, 0.25. Web safe color of #bf2abe is #cc33cc. Color #bf2abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00101010 10111110
Octal 277 52 276
Decimal 191 42 190
Hex BF 2A BE

RGB Percentages of Color #bf2abe

%45.15
%9.93
%44.92

CMYK Percentages of Color #bf2abe

%0
%78
%1
%25

Triadic Colors of #bf2abe

#bf2abe #bebf2a #2abebf

Analogous Colors of #bf2abe

#bf2abe #bf2a74 #762abf

Monochromatic Colors of #bf2abe

#bf2abe

Complementary Color

#bf2abe #2abf2b

#bf2abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf2abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf2abe Color CSS Codes

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

#bf2abe Text Font Color

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

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


#bf2abe Background Color

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

This div background color is #bf2abe


#bf2abe Border Color

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

This div border color is #bf2abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf2abe


Comments

No comments written yet.

Please login to write comment.