Color Hex Logo

#b030dc Color Hex

#B030DC
(176,48,220)
0 Favorites   0 Comments

Color spaces of #b030dc

RGB 17648220
HSL0.790.710.53
HSV285°78°86°
CMYK 0.200.780.00   0.14
XYZ31.879716.511369.2169
Yxy16.51130.27110.1404
Hunter Lab40.634168.9335-72.5518
CIE-Lab47.638373.0961-62.2467

#b030dc color RGB value is (176,48,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 11011100
Octal 260 60 334
Decimal 176 48 220
Hex B0 30 DC

RGB Percentages of Color #b030dc

%39.64
%10.81
%49.55

CMYK Percentages of Color #b030dc

%20
%78
%0
%14

Triadic Colors of #b030dc

#b030dc #dcb030 #30dcb0

Analogous Colors of #b030dc

#b030dc #dc30b2 #5a30dc

Monochromatic Colors of #b030dc

#b030dc

Complementary Color

#b030dc #5cdc30

#b030dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b030dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b030dc Color CSS Codes

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

#b030dc Text Font Color

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

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


#b030dc Background Color

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

This div background color is #b030dc


#b030dc Border Color

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

This div border color is #b030dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,48,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b030dc


Comments

No comments written yet.

Please login to write comment.