Color Hex Logo

#b131cd Color Hex

#B131CD
(177,49,205)
0 Favorites   0 Comments

Color spaces of #b131cd

RGB 17749205
HSL0.800.610.50
HSV289°76°80°
CMYK 0.140.760.00   0.20
XYZ30.249215.951559.2422
Yxy15.95150.28690.1513
Hunter Lab39.939365.2983-59.9876
CIE-Lab46.910870.2053-54.8084

#b131cd color RGB value is (177,49,205).

#b131cd hex color red value is 177, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b131cd hue: 0.80 , saturation: 0.61 and the lightness value of b131cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 11001101
Octal 261 61 315
Decimal 177 49 205
Hex B1 31 CD

RGB Percentages of Color #b131cd

%41.07
%11.37
%47.56

CMYK Percentages of Color #b131cd

%14
%76
%0
%20

Triadic Colors of #b131cd

#b131cd #cdb131 #31cdb1

Analogous Colors of #b131cd

#b131cd #cd319b #6331cd

Monochromatic Colors of #b131cd

#b131cd

Complementary Color

#b131cd #4dcd31

#b131cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131cd Color CSS Codes

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

#b131cd Text Font Color

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

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


#b131cd Background Color

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

This div background color is #b131cd


#b131cd Border Color

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

This div border color is #b131cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,49,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131cd


Comments

No comments written yet.

Please login to write comment.