color codes Logo

#b17cbe color codes

#B17CBE
(177,124,190)
0 Favorites   0 Comments

Color spaces of #b17cbe

RGB 177124190
HSL0.800.340.62
HSV288°35°75°
CMYK 0.070.350.00   0.25
XYZ34.633427.480152.1940
Yxy27.48010.30300.2404
Hunter Lab52.421526.1924-22.3377
CIE-Lab59.416132.0572-26.4972

#b17cbe color RGB value is (177,124,190).

#b17cbe hex color red value is 177, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b17cbe hue: 0.80 , saturation: 0.34 and the lightness value of b17cbe is 0.62.

The process color (four color CMYK) of #b17cbe color code is 0.07, 0.35, 0.00, 0.25. Web safe color of #b17cbe is #9966cc. Color #b17cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111100 10111110
Octal 261 174 276
Decimal 177 124 190
Hex B1 7C BE

RGB Percentages of Color #b17cbe

%36.05
%25.25
%38.70

CMYK Percentages of Color #b17cbe

%7
%35
%0
%25

Triadic Colors of #b17cbe

#b17cbe #beb17c #7cbeb1

Analogous Colors of #b17cbe

#b17cbe #be7caa #907cbe

Monochromatic Colors of #b17cbe

#b17cbe

Complementary Color

#b17cbe #89be7c

#b17cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17cbe Color CSS Codes

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

#b17cbe Text Font Color

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

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


#b17cbe Background Color

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

This div background color is #b17cbe


#b17cbe Border Color

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

This div border color is #b17cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17cbe


Comments

No comments written yet.

Please login to write comment.