Color Hex Logo

#b127cd Color Hex

#B127CD
(177,39,205)
0 Favorites   0 Comments

Color spaces of #b127cd

RGB 17739205
HSL0.810.680.48
HSV290°81°80°
CMYK 0.140.810.00   0.20
XYZ29.876415.205959.1180
Yxy15.20590.28670.1459
Hunter Lab38.994768.5196-62.5903
CIE-Lab45.914973.0896-56.4112

#b127cd color RGB value is (177,39,205).

#b127cd hex color red value is 177, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b127cd hue: 0.81 , saturation: 0.68 and the lightness value of b127cd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100111 11001101
Octal 261 47 315
Decimal 177 39 205
Hex B1 27 CD

RGB Percentages of Color #b127cd

%42.04
%9.26
%48.69

CMYK Percentages of Color #b127cd

%14
%81
%0
%20

Triadic Colors of #b127cd

#b127cd #cdb127 #27cdb1

Analogous Colors of #b127cd

#b127cd #cd2796 #5e27cd

Monochromatic Colors of #b127cd

#b127cd

Complementary Color

#b127cd #43cd27

#b127cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b127cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b127cd Color CSS Codes

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

#b127cd Text Font Color

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

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


#b127cd Background Color

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

This div background color is #b127cd


#b127cd Border Color

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

This div border color is #b127cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b127cd


Comments

No comments written yet.

Please login to write comment.