Color Hex Logo

#b030dd Color Hex

#B030DD
(176,48,221)
0 Favorites   0 Comments

Color spaces of #b030dd

RGB 17648221
HSL0.790.720.53
HSV284°78°87°
CMYK 0.200.780.00   0.13
XYZ32.012616.564569.9166
Yxy16.56450.27020.1398
Hunter Lab40.699569.1768-73.3631
CIE-Lab47.706673.2839-62.7065

#b030dd color RGB value is (176,48,221).

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

The process color (four color CMYK) of #b030dd color hex is 0.20, 0.78, 0.00, 0.13. Web safe color of #b030dd is #9933cc. Color #b030dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 11011101
Octal 260 60 335
Decimal 176 48 221
Hex B0 30 DD

RGB Percentages of Color #b030dd

%39.55
%10.79
%49.66

CMYK Percentages of Color #b030dd

%20
%78
%0
%13

Triadic Colors of #b030dd

#b030dd #ddb030 #30ddb0

Analogous Colors of #b030dd

#b030dd #dd30b4 #5930dd

Monochromatic Colors of #b030dd

#b030dd

Complementary Color

#b030dd #5ddd30

#b030dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b030dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b030dd Color CSS Codes

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

#b030dd Text Font Color

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

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


#b030dd Background Color

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

This div background color is #b030dd


#b030dd Border Color

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

This div border color is #b030dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b030dd


Comments

No comments written yet.

Please login to write comment.