Color Hex Logo

#b143dc Color Hex

#B143DC
(177,67,220)
0 Favorites   0 Comments

Color spaces of #b143dc

RGB 17767220
HSL0.790.690.56
HSV283°70°86°
CMYK 0.200.700.00   0.14
XYZ33.056918.528769.5443
Yxy18.52870.27290.1530
Hunter Lab43.045061.7525-65.6586
CIE-Lab50.131266.5753-58.2193

#b143dc color RGB value is (177,67,220).

#b143dc hex color red value is 177, green value is 67 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b143dc hue: 0.79 , saturation: 0.69 and the lightness value of b143dc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000011 11011100
Octal 261 103 334
Decimal 177 67 220
Hex B1 43 DC

RGB Percentages of Color #b143dc

%38.15
%14.44
%47.41

CMYK Percentages of Color #b143dc

%20
%70
%0
%14

Triadic Colors of #b143dc

#b143dc #dcb143 #43dcb1

Analogous Colors of #b143dc

#b143dc #dc43bb #6543dc

Monochromatic Colors of #b143dc

#b143dc

Complementary Color

#b143dc #6edc43

#b143dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b143dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b143dc Color CSS Codes

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

#b143dc Text Font Color

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

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


#b143dc Background Color

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

This div background color is #b143dc


#b143dc Border Color

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

This div border color is #b143dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b143dc


Comments

No comments written yet.

Please login to write comment.