Color Hex Logo

#b154dc Color Hex

#B154DC
(177,84,220)
0 Favorites   0 Comments

Color spaces of #b154dc

RGB 17784220
HSL0.780.660.60
HSV281°62°86°
CMYK 0.200.620.00   0.14
XYZ34.220120.855169.9320
Yxy20.85510.27370.1668
Hunter Lab45.667453.8381-58.8256
CIE-Lab52.790559.1894-53.9537

#b154dc color RGB value is (177,84,220).

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

The process color (four color CMYK) of #b154dc color hex is 0.20, 0.62, 0.00, 0.14. Web safe color of #b154dc is #9966cc. Color #b154dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010100 11011100
Octal 261 124 334
Decimal 177 84 220
Hex B1 54 DC

RGB Percentages of Color #b154dc

%36.80
%17.46
%45.74

CMYK Percentages of Color #b154dc

%20
%62
%0
%14

Triadic Colors of #b154dc

#b154dc #dcb154 #54dcb1

Analogous Colors of #b154dc

#b154dc #dc54c3 #6d54dc

Monochromatic Colors of #b154dc

#b154dc

Complementary Color

#b154dc #7fdc54

#b154dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b154dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b154dc Color CSS Codes

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

#b154dc Text Font Color

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

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


#b154dc Background Color

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

This div background color is #b154dc


#b154dc Border Color

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

This div border color is #b154dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b154dc


Comments

No comments written yet.

Please login to write comment.