Color Hex Logo

#b185cf Color Hex

#B185CF
(177,133,207)
0 Favorites   0 Comments

Color spaces of #b185cf

RGB 177133207
HSL0.770.440.67
HSV276°36°81°
CMYK 0.140.360.00   0.19
XYZ37.781530.627262.9518
Yxy30.62720.28760.2332
Hunter Lab55.341825.0125-28.7036
CIE-Lab62.191730.6021-31.8013

#b185cf color RGB value is (177,133,207).

#b185cf hex color red value is 177, green value is 133 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b185cf hue: 0.77 , saturation: 0.44 and the lightness value of b185cf is 0.67.

The process color (four color CMYK) of #b185cf color hex is 0.14, 0.36, 0.00, 0.19. Web safe color of #b185cf is #9999cc. Color #b185cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000101 11001111
Octal 261 205 317
Decimal 177 133 207
Hex B1 85 CF

RGB Percentages of Color #b185cf

%34.24
%25.73
%40.04

CMYK Percentages of Color #b185cf

%14
%36
%0
%19

Triadic Colors of #b185cf

#b185cf #cfb185 #85cfb1

Analogous Colors of #b185cf

#b185cf #cf85c8 #8c85cf

Monochromatic Colors of #b185cf

#b185cf

Complementary Color

#b185cf #a3cf85

#b185cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b185cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b185cf Color CSS Codes

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

#b185cf Text Font Color

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

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


#b185cf Background Color

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

This div background color is #b185cf


#b185cf Border Color

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

This div border color is #b185cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b185cf


Comments

No comments written yet.

Please login to write comment.