Color Hex Logo

#b184cf Color Hex

#B184CF
(177,132,207)
0 Favorites   0 Comments

Color spaces of #b184cf

RGB 177132207
HSL0.770.440.66
HSV276°36°81°
CMYK 0.140.360.00   0.19
XYZ37.645230.354662.9064
Yxy30.35460.28760.2319
Hunter Lab55.095025.5488-29.1297
CIE-Lab61.959031.1623-32.1624

#b184cf color RGB value is (177,132,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 11001111
Octal 261 204 317
Decimal 177 132 207
Hex B1 84 CF

RGB Percentages of Color #b184cf

%34.30
%25.58
%40.12

CMYK Percentages of Color #b184cf

%14
%36
%0
%19

Triadic Colors of #b184cf

#b184cf #cfb184 #84cfb1

Analogous Colors of #b184cf

#b184cf #cf84c8 #8c84cf

Monochromatic Colors of #b184cf

#b184cf

Complementary Color

#b184cf #a2cf84

#b184cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b184cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b184cf Color CSS Codes

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

#b184cf Text Font Color

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

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


#b184cf Background Color

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

This div background color is #b184cf


#b184cf Border Color

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

This div border color is #b184cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b184cf


Comments

No comments written yet.

Please login to write comment.