Color Hex Logo

#b354cc Color Hex

#B354CC
(179,84,204)
0 Favorites   0 Comments

Color spaces of #b354cc

RGB 17984204
HSL0.800.540.56
HSV288°59°80°
CMYK 0.120.590.00   0.20
XYZ32.659820.284059.3206
Yxy20.28400.29090.1807
Hunter Lab45.037850.6258-46.5662
CIE-Lab52.156856.4306-45.8355

#b354cc color RGB value is (179,84,204).

#b354cc hex color red value is 179, green value is 84 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b354cc hue: 0.80 , saturation: 0.54 and the lightness value of b354cc is 0.56.

The process color (four color CMYK) of #b354cc color hex is 0.12, 0.59, 0.00, 0.20. Web safe color of #b354cc is #cc66cc. Color #b354cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010100 11001100
Octal 263 124 314
Decimal 179 84 204
Hex B3 54 CC

RGB Percentages of Color #b354cc

%38.33
%17.99
%43.68

CMYK Percentages of Color #b354cc

%12
%59
%0
%20

Triadic Colors of #b354cc

#b354cc #ccb354 #54ccb3

Analogous Colors of #b354cc

#b354cc #cc54a9 #7754cc

Monochromatic Colors of #b354cc

#b354cc

Complementary Color

#b354cc #6dcc54

#b354cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b354cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b354cc Color CSS Codes

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

#b354cc Text Font Color

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

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


#b354cc Background Color

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

This div background color is #b354cc


#b354cc Border Color

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

This div border color is #b354cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,84,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b354cc


Comments

No comments written yet.

Please login to write comment.