Color Hex Logo

#bf46dd Color Hex

#BF46DD
(191,70,221)
0 Favorites   0 Comments

Color spaces of #bf46dd

RGB 19170221
HSL0.800.690.57
HSV288°68°87°
CMYK 0.140.680.00   0.13
XYZ36.727220.677170.4620
Yxy20.67710.28720.1617
Hunter Lab45.472164.5960-60.0433
CIE-Lab52.594368.5181-54.7269

#bf46dd color RGB value is (191,70,221).

#bf46dd hex color red value is 191, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bf46dd hue: 0.80 , saturation: 0.69 and the lightness value of bf46dd is 0.57.

The process color (four color CMYK) of #bf46dd color hex is 0.14, 0.68, 0.00, 0.13. Web safe color of #bf46dd is #cc33cc. Color #bf46dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000110 11011101
Octal 277 106 335
Decimal 191 70 221
Hex BF 46 DD

RGB Percentages of Color #bf46dd

%39.63
%14.52
%45.85

CMYK Percentages of Color #bf46dd

%14
%68
%0
%13

Triadic Colors of #bf46dd

#bf46dd #ddbf46 #46ddbf

Analogous Colors of #bf46dd

#bf46dd #dd46b0 #7446dd

Monochromatic Colors of #bf46dd

#bf46dd

Complementary Color

#bf46dd #64dd46

#bf46dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf46dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf46dd Color CSS Codes

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

#bf46dd Text Font Color

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

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


#bf46dd Background Color

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

This div background color is #bf46dd


#bf46dd Border Color

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

This div border color is #bf46dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf46dd


Comments

No comments written yet.

Please login to write comment.