Color Hex Logo

#bf13dd Color Hex

#BF13DD
(191,19,221)
0 Favorites   0 Comments

Color spaces of #bf13dd

RGB 19119221
HSL0.810.840.47
HSV291°91°87°
CMYK 0.140.910.00   0.13
XYZ34.769916.762669.8095
Yxy16.76260.28650.1381
Hunter Lab40.942279.9414-72.4345
CIE-Lab47.959581.9077-62.1822

#bf13dd color RGB value is (191,19,221).

#bf13dd hex color red value is 191, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bf13dd hue: 0.81 , saturation: 0.84 and the lightness value of bf13dd is 0.47.

The process color (four color CMYK) of #bf13dd color hex is 0.14, 0.91, 0.00, 0.13. Web safe color of #bf13dd is #cc00cc. Color #bf13dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 11011101
Octal 277 23 335
Decimal 191 19 221
Hex BF 13 DD

RGB Percentages of Color #bf13dd

%44.32
%4.41
%51.28

CMYK Percentages of Color #bf13dd

%14
%91
%0
%13

Triadic Colors of #bf13dd

#bf13dd #ddbf13 #13ddbf

Analogous Colors of #bf13dd

#bf13dd #dd1396 #5a13dd

Monochromatic Colors of #bf13dd

#bf13dd

Complementary Color

#bf13dd #31dd13

#bf13dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf13dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf13dd Color CSS Codes

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

#bf13dd Text Font Color

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

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


#bf13dd Background Color

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

This div background color is #bf13dd


#bf13dd Border Color

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

This div border color is #bf13dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf13dd


Comments

No comments written yet.

Please login to write comment.