Color Hex Logo

#bf40d3 Color Hex

#BF40D3
(191,64,211)
0 Favorites   0 Comments

Color spaces of #bf40d3

RGB 19164211
HSL0.810.630.54
HSV292°70°83°
CMYK 0.090.700.00   0.17
XYZ35.077119.446363.5328
Yxy19.44630.29710.1647
Hunter Lab44.098064.8139-54.5517
CIE-Lab51.205368.9672-51.2542

#bf40d3 color RGB value is (191,64,211).

#bf40d3 hex color red value is 191, green value is 64 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bf40d3 hue: 0.81 , saturation: 0.63 and the lightness value of bf40d3 is 0.54.

The process color (four color CMYK) of #bf40d3 color hex is 0.09, 0.70, 0.00, 0.17. Web safe color of #bf40d3 is #cc33cc. Color #bf40d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000000 11010011
Octal 277 100 323
Decimal 191 64 211
Hex BF 40 D3

RGB Percentages of Color #bf40d3

%40.99
%13.73
%45.28

CMYK Percentages of Color #bf40d3

%9
%70
%0
%17

Triadic Colors of #bf40d3

#bf40d3 #d3bf40 #40d3bf

Analogous Colors of #bf40d3

#bf40d3 #d3409e #7640d3

Monochromatic Colors of #bf40d3

#bf40d3

Complementary Color

#bf40d3 #54d340

#bf40d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf40d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf40d3 Color CSS Codes

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

#bf40d3 Text Font Color

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

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


#bf40d3 Background Color

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

This div background color is #bf40d3


#bf40d3 Border Color

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

This div border color is #bf40d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf40d3


Comments

No comments written yet.

Please login to write comment.