Color Hex Logo

#b354dc Color Hex

#B354DC
(179,84,220)
0 Favorites   0 Comments

Color spaces of #b354dc

RGB 17984220
HSL0.780.660.60
HSV282°62°86°
CMYK 0.190.620.00   0.14
XYZ34.679021.091769.9535
Yxy21.09170.27580.1678
Hunter Lab45.925754.4173-58.1619
CIE-Lab53.049759.6552-53.5245

#b354dc color RGB value is (179,84,220).

#b354dc hex color red value is 179, green value is 84 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b354dc hue: 0.78 , saturation: 0.66 and the lightness value of b354dc is 0.60.

The process color (four color CMYK) of #b354dc color hex is 0.19, 0.62, 0.00, 0.14. Web safe color of #b354dc is #cc66cc. Color #b354dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010100 11011100
Octal 263 124 334
Decimal 179 84 220
Hex B3 54 DC

RGB Percentages of Color #b354dc

%37.06
%17.39
%45.55

CMYK Percentages of Color #b354dc

%19
%62
%0
%14

Triadic Colors of #b354dc

#b354dc #dcb354 #54dcb3

Analogous Colors of #b354dc

#b354dc #dc54c1 #6f54dc

Monochromatic Colors of #b354dc

#b354dc

Complementary Color

#b354dc #7ddc54

#b354dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b354dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b354dc Color CSS Codes

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

#b354dc Text Font Color

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

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


#b354dc Background Color

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

This div background color is #b354dc


#b354dc Border Color

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

This div border color is #b354dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b354dc


Comments

No comments written yet.

Please login to write comment.