Color Hex Logo

#bf15e1 Color Hex

#BF15E1
(191,21,225)
0 Favorites   0 Comments

Color spaces of #bf15e1

RGB 19121225
HSL0.810.830.48
HSV290°91°88°
CMYK 0.150.910.00   0.12
XYZ35.344617.048972.6621
Yxy17.04890.28260.1363
Hunter Lab41.290380.5383-75.4345
CIE-Lab48.321682.3064-63.8757

#bf15e1 color RGB value is (191,21,225).

#bf15e1 hex color red value is 191, green value is 21 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bf15e1 hue: 0.81 , saturation: 0.83 and the lightness value of bf15e1 is 0.48.

The process color (four color CMYK) of #bf15e1 color hex is 0.15, 0.91, 0.00, 0.12. Web safe color of #bf15e1 is #cc00cc. Color #bf15e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010101 11100001
Octal 277 25 341
Decimal 191 21 225
Hex BF 15 E1

RGB Percentages of Color #bf15e1

%43.71
%4.81
%51.49

CMYK Percentages of Color #bf15e1

%15
%91
%0
%12

Triadic Colors of #bf15e1

#bf15e1 #e1bf15 #15e1bf

Analogous Colors of #bf15e1

#bf15e1 #e1159d #5915e1

Monochromatic Colors of #bf15e1

#bf15e1

Complementary Color

#bf15e1 #37e115

#bf15e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf15e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf15e1 Color CSS Codes

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

#bf15e1 Text Font Color

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

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


#bf15e1 Background Color

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

This div background color is #bf15e1


#bf15e1 Border Color

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

This div border color is #bf15e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf15e1


Comments

No comments written yet.

Please login to write comment.