Color Hex Logo

#bf4fd5 Color Hex

#BF4FD5
(191,79,213)
0 Favorites   0 Comments

Color spaces of #bf4fd5

RGB 19179213
HSL0.810.610.57
HSV290°63°84°
CMYK 0.100.630.00   0.16
XYZ36.292121.472465.1826
Yxy21.47240.29520.1746
Hunter Lab46.338358.7089-50.9645
CIE-Lab53.462763.3312-48.7965

#bf4fd5 color RGB value is (191,79,213).

#bf4fd5 hex color red value is 191, green value is 79 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bf4fd5 hue: 0.81 , saturation: 0.61 and the lightness value of bf4fd5 is 0.57.

The process color (four color CMYK) of #bf4fd5 color hex is 0.10, 0.63, 0.00, 0.16. Web safe color of #bf4fd5 is #cc66cc. Color #bf4fd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001111 11010101
Octal 277 117 325
Decimal 191 79 213
Hex BF 4F D5

RGB Percentages of Color #bf4fd5

%39.54
%16.36
%44.10

CMYK Percentages of Color #bf4fd5

%10
%63
%0
%16

Triadic Colors of #bf4fd5

#bf4fd5 #d5bf4f #4fd5bf

Analogous Colors of #bf4fd5

#bf4fd5 #d54fa8 #7c4fd5

Monochromatic Colors of #bf4fd5

#bf4fd5

Complementary Color

#bf4fd5 #65d54f

#bf4fd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4fd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4fd5 Color CSS Codes

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

#bf4fd5 Text Font Color

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

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


#bf4fd5 Background Color

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

This div background color is #bf4fd5


#bf4fd5 Border Color

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

This div border color is #bf4fd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4fd5


Comments

No comments written yet.

Please login to write comment.