Color Hex Logo

#b153dc Color Hex

#B153DC
(177,83,220)
0 Favorites   0 Comments

Color spaces of #b153dc

RGB 17783220
HSL0.780.660.59
HSV281°62°86°
CMYK 0.200.620.00   0.14
XYZ34.143020.700969.9063
Yxy20.70090.27370.1659
Hunter Lab45.498254.3289-59.2480
CIE-Lab52.620659.6546-54.2256

#b153dc color RGB value is (177,83,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 11011100
Octal 261 123 334
Decimal 177 83 220
Hex B1 53 DC

RGB Percentages of Color #b153dc

%36.88
%17.29
%45.83

CMYK Percentages of Color #b153dc

%20
%62
%0
%14

Triadic Colors of #b153dc

#b153dc #dcb153 #53dcb1

Analogous Colors of #b153dc

#b153dc #dc53c3 #6d53dc

Monochromatic Colors of #b153dc

#b153dc

Complementary Color

#b153dc #7edc53

#b153dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b153dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b153dc Color CSS Codes

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

#b153dc Text Font Color

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

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


#b153dc Background Color

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

This div background color is #b153dc


#b153dc Border Color

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

This div border color is #b153dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b153dc


Comments

No comments written yet.

Please login to write comment.