Color Hex Logo

#bf30dd Color Hex

#BF30DD
(191,48,221)
0 Favorites   0 Comments

Color spaces of #bf30dd

RGB 19148221
HSL0.800.720.53
HSV290°78°87°
CMYK 0.140.780.00   0.13
XYZ35.594018.410770.0842
Yxy18.41070.28680.1484
Hunter Lab42.907772.9859-66.8072
CIE-Lab49.990575.9565-58.9064

#bf30dd color RGB value is (191,48,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110000 11011101
Octal 277 60 335
Decimal 191 48 221
Hex BF 30 DD

RGB Percentages of Color #bf30dd

%41.52
%10.43
%48.04

CMYK Percentages of Color #bf30dd

%14
%78
%0
%13

Triadic Colors of #bf30dd

#bf30dd #ddbf30 #30ddbf

Analogous Colors of #bf30dd

#bf30dd #dd30a5 #6930dd

Monochromatic Colors of #bf30dd

#bf30dd

Complementary Color

#bf30dd #4edd30

#bf30dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf30dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf30dd Color CSS Codes

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

#bf30dd Text Font Color

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

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


#bf30dd Background Color

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

This div background color is #bf30dd


#bf30dd Border Color

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

This div border color is #bf30dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf30dd


Comments

No comments written yet.

Please login to write comment.